-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Use something like versioneer
#4727
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
Labels
Comments
+1 |
I wish I had seen this earlier... If we were to switch from setuptools to Hatch, this would be just a few lines of config in the |
We can always change it.
…On Sat, Sep 17, 2022, 15:18 Ben Mares ***@***.***> wrote:
I wish I had seen this earlier...
If we were to switch from setuptools to Hatch
<https://github.com/pypa/hatch>, this would be just a few lines of config
<https://github.com/ofek/hatch-vcs> in the pyproject.toml instead of an
awkward vendored script. Hatch also eliminates the need for lots of other
boilerplate.
—
Reply to this email directly, view it on GitHub
<#4727 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFETGETB6CNASMWRR7XE43V6XAKRANCNFSM45USEBEQ>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of manually updating a version string in code, why don't we use something like
versioneer
that allows us to utilizegit
tags?The text was updated successfully, but these errors were encountered: