I go a little bit deeper, and figure out that PEP503 is obligate to normalize names of packages and replace all `-`,`.` and `_` with `-`.
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.
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)