name PyPi package HPI instead of 'my'
This commit is contained in:
parent
7fe6520575
commit
ea00c2afdb
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -25,7 +25,7 @@ def subpackages():
|
||||||
def main():
|
def main():
|
||||||
pkg = 'my'
|
pkg = 'my'
|
||||||
setup(
|
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={
|
use_scm_version={
|
||||||
'version_scheme': 'python-simplified-semver',
|
'version_scheme': 'python-simplified-semver',
|
||||||
'local_scheme': 'dirty-tag',
|
'local_scheme': 'dirty-tag',
|
||||||
|
|
Loading…
Add table
Reference in a new issue