MartinHeinz/python-project-blueprint

Consider versioneer

Opened this issue · 0 comments

I noticed you use Git describe to grab the version number (great).... But I'd recommend using a super neat tool called 'versioneer' as it will give you the same version number, but works in development mode (i.e. running python setup.py --version when your package is installed via pip install -e).