-
-
Notifications
You must be signed in to change notification settings - Fork 216
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
weird version_tuple when hardcoding version_scheme #557
Labels
Comments
this should use packaging.version to pick things apart correctly |
kkirsche
added a commit
to kkirsche/setuptools_scm
that referenced
this issue
Apr 15, 2021
kkirsche
added a commit
to kkirsche/setuptools_scm
that referenced
this issue
Apr 15, 2021
kkirsche
added a commit
to kkirsche/setuptools_scm
that referenced
this issue
Apr 15, 2021
kkirsche
added a commit
to kkirsche/setuptools_scm
that referenced
this issue
Apr 15, 2021
RonnyPfannschmidt
added a commit
that referenced
this issue
Apr 22, 2021
Fix #557 - Use packaging.version for version_tuple
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to use setuptools_scm to append a git sha if applicable, and in any case use a hard-coded version number as base (instead of a Git tag). To this end, I use the
"version_scheme"
:The command
correctly produces
but the
version_tuple
inversion.py
is weird:I would have expected
What's going wrong here?
The text was updated successfully, but these errors were encountered: