On Apr 15, 2021, at 09:54, Antoine Pitrou <anto...@python.org> wrote: > > On Thu, 15 Apr 2021 09:38:41 -0700 > Barry Warsaw <ba...@python.org> wrote: >> On Apr 14, 2021, at 23:11, Christopher Barker <python...@gmail.com> wrote: >>> >>> You wrote the original PEP, so of course you can withdraw it (or reject >>> it), but... >>> >>> Are you sure? See this discussion, I don't think it's as simple as all that. >> >> From a library maintainers point of view, I personally want to get away from >> using __version__ strings at all. They’re kind of a pain to remember to >> bump on every new release. > > This is often handled using `setuptools_scm` or `versioneer` (see PyPI > for each of these packages).
Yep, exactly. (I knew about and had in mind setuptools_scm but I didn’t know about versioneer; thanks for that reference!) -Barry
signature.asc
Description: Message signed with OpenPGP
_______________________________________________ Python-Dev mailing list -- python-dev@python.org To unsubscribe send an email to python-dev-le...@python.org https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/python-dev@python.org/message/4SGZFUP5OD2XPRAV7PLDYGYZFISKOWIN/ Code of Conduct: http://python.org/psf/codeofconduct/