LibraryOfCongress / bagit-python

Work with BagIt packages from Python.
http://libraryofcongress.github.io/bagit-python
218 stars 85 forks source link

Use setuptools_scm to manage version numbering #78

Closed acdha closed 7 years ago

acdha commented 7 years ago

This reuses the Git tags to manage version numbers

acdha commented 7 years ago

@johnscancella This seems like a nice quality-of-life improvement. Note https://github.com/LibraryOfCongress/bagit-python/pull/78/commits/60c22e58d501a88eaac5aa1f2a395fc795d68217 to avoid needing to update the expected test fixities on every release.

johnscancella commented 7 years ago

LGTM