We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I go a little bit deeper, and figure out that PEP503 is obligate to normalize names of packages and replace all `-`,`.` and `_` with `-`.
LInk: https://peps.python.org/pep-0503/#normalized-names
As far as it is required renaming and releasing new package, and can lead for inconsistency, I've decided to separate this activity with the new task.
Originally posted by @kse3hi in eclipse-velocitas/devenv-devcontainer-setup#51 (comment)
The text was updated successfully, but these errors were encountered:
@kse3hi: What actually needs to be done here? All our repos already follow that pattern (just lowercase letters + '-') ...
Sorry, something went wrong.
It is not about repository names, it is about python package, that wir are releasing. E.g. "velocitas_sdk" vs. "velocitas-sdk"
No branches or pull requests
LInk: https://peps.python.org/pep-0503/#normalized-names
As far as it is required renaming and releasing new package, and can lead for inconsistency, I've decided to separate this activity with the new task.
Originally posted by @kse3hi in eclipse-velocitas/devenv-devcontainer-setup#51 (comment)
The text was updated successfully, but these errors were encountered: