infer __version__ from git tag
Autmatically infers the __version__ attribute in init.py from the git tag - so it cannot become obsolete. Using setuptools-scm and implemented as in e.g. xarray
Edited by mathause
Autmatically infers the __version__ attribute in init.py from the git tag - so it cannot become obsolete. Using setuptools-scm and implemented as in e.g. xarray