Transition from setup.py to setup.cfg

This commit is contained in:
Shane McDonald
2022-06-27 09:22:25 -04:00
parent 63ea6bb5b3
commit cbea36745e
13 changed files with 104 additions and 216 deletions

View File

@@ -0,0 +1,4 @@
from setuptools_scm import get_version
version = get_version(root='../..', relative_to=__file__)
print(version)