RKrahl / archive-tools

Tools for managing archives
Apache License 2.0
1 stars 2 forks source link

Use setuptools_scm to manage the version number #21

Closed RKrahl closed 5 years ago

RKrahl commented 5 years ago

Close #5.

This is mostly done, but I'd still like to add reading the README.rst from setup.py in order to set the package description and the docstring of the init file.

RKrahl commented 5 years ago

It turns out that parsing README.rst gets way too complicated, in particular since I don't want to add another dependency on a third party library such as docutils just for that. I'll rather accept the redundancy between the README.rst and the setup.py docstring.