Closed lauralorenz closed 7 years ago
Awesome project. For easier version management, I recommend using setuptools_scm, which allows you to use your git / mercurial tags for versioning.
@ksindi great suggestion, we will check it out
This was fixed by https://github.com/industrydive/fileflow/pull/11.
Something is wrong with the version number when trying to install fileflow in that it thinks its 0.0.0 even though our setup.cfg, at time of writing, sets it to 0.0.3. Not sure if this is a property of the git install and/or if this will cause problems with later installs since we're installing from commit hashes, but I think worth figuring out including how it may interact with PyPI packages.