Skip to content
New issue

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

Version specified in setup.cfg is incorrectly parsed with additional - symbols #3

Open
IshaanDesai opened this issue Oct 5, 2022 · 0 comments
Labels
bug Something isn't working question Further information is requested

Comments

@IshaanDesai
Copy link
Contributor

It is observed in several cases that the package version specified in setup.cfg in the form

[metadata]
version = "1.0.0"

is eventually interpreted by wheel/build as -1.0.0- with additional - signs on both sides of the version. The cause of this is unknown and needs to be further investigated.

@IshaanDesai IshaanDesai added question Further information is requested bug Something isn't working labels Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant