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
To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch
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