diff --git a/setup.py b/setup.py index a8e1c72..ddf25fb 100644 --- a/setup.py +++ b/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'],