adf79e0e5531 — Vincent Hatakeyama 1 year, 8 months ago
Use setuptools-scm to extract the version number
1 files changed, 2 insertions(+), 1 deletions(-)

M setup.py
M setup.py +2 -1
@@ 3,7 3,8 @@ from setuptools import setup
 
 setup(
     name='hg-confman',
-    version='2.0.2',
+    use_scm_version=True,
+    setup_requires=['setuptools_scm'],
     url='https://hg.sr.ht/~auc/confman',
     author=u'Aurélien Campéas',
     author_email='aurelien.campeas@pythonian.fr',