man-group / PyBloqs

A flexible framework for visualizing data and automated creation of reports.
https://pybloqs.readthedocs.io/
GNU Lesser General Public License v2.1
154 stars 40 forks source link

Track version through git #109

Closed rspencer01 closed 1 month ago

rspencer01 commented 2 months ago

We currently use a hardcoded version number in the setup.py. We should use setuptools-scm to read this from the version control history and switch to tags as the source of truth.