-
Notifications
You must be signed in to change notification settings - Fork 3
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
pep 440 versioning bug #31
Comments
Versions are now major.minor.micro with -dev[commit#] if developing above the git tag commit. |
I'm not sure how I've solved this will work from pypi or when installing from Github. |
Okay, wrapped the git describe --tags with a try except block so hopefully that takes care of it. |
I'm reopening this because I don't think it will work in all cases first try. |
seems to work for now but will leave this open for a while in case something comes up |
Need some unittests. |
setuptools really does not like non-pep 440 versions and will complain when installing and running unittests to the point where the package is completely corrupted after running unittests. Solutions is to have pep 440 versioning to make it happy.
The text was updated successfully, but these errors were encountered: