This repository was archived by the owner on Nov 11, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 43
Consider if version helper is still needed #420
Labels
Comments
I think this is an excellent topic to bring up at the meeting. |
I've used versioneer (https://pypi.org/project/versioneer/) in several package for this purpose and found it to work well, too. |
I looked into versioneer recently and it looked like it hadn't had any repo activity for a couple of years unfortunately :-/ |
Another option is setuptools_scm, it looks pretty good and is developped by the pypa team: |
That looks promising, thanks! |
closed by APE 17 (it isn't) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
https://github.com/spacetelescope/relic was written by @jhunkeler and it does automatic versioning through
git tag
functionality. I used it for some of my projects and find it rather convenient. Posting it here for your consideration.The text was updated successfully, but these errors were encountered: