attemtp to use post versions

This commit is contained in:
Dima Gerasimov 2020-04-24 21:59:14 +01:00
parent 4e861eb2b2
commit 04605d9c09

View file

@ -15,7 +15,8 @@ def main():
setup(
name='HPI', # NOTE: 'my' is taken for PyPi already, and makes discovering the project impossible. so we're using HPI
use_scm_version={
'version_scheme': 'python-simplified-semver',
# TODO eh? not sure if I should just rely on proper tag naming and use use_scm_version=True
# 'version_scheme': 'python-simplified-semver',
'local_scheme': 'dirty-tag',
},
setup_requires=['setuptools_scm'],