name PyPi package HPI instead of 'my'

This commit is contained in:
Dima Gerasimov 2020-04-18 15:26:13 +01:00
parent 7fe6520575
commit ea00c2afdb

View file

@ -25,7 +25,7 @@ def subpackages():
def main():
pkg = 'my'
setup(
name=pkg,
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',
'local_scheme': 'dirty-tag',