attemtp to use post versions
This commit is contained in:
parent
4e861eb2b2
commit
04605d9c09
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -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'],
|
||||
|
|
Loading…
Add table
Reference in a new issue