-
Notifications
You must be signed in to change notification settings - Fork 4
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
Improve setup.py version fetching in all packages as needed #118
Comments
Regarding putting the helper functions https://github.com/pypa/pip/blob/master/setup.py#L14 into testr. Two things:
And on a different track, would it make just as much sense to use 4. instead of 1. from: It seems that we could then just customize |
I'm still bitter that setuptools_scm turned out to be heavier than we'd like, but reviewing sot/cheta#157 it seemed to be in a working state. Most of the "single-source" ideas including |
sot/cheta#157 looked to be in a working state, but I saw it didn't get merged and looks to not complete github build tests. Is the latter just due to the dual-package nature at this point? |
What about versioneer? https://github.com/warner/python-versioneer It does require one to install their package in the Python stack, but after you run it on your package to generate the version-handling code, there are no new dependencies. |
See sot/sparkles#129 |
See
#116 (comment)
The text was updated successfully, but these errors were encountered: