Merge pull request #133 from sirkonst/hotfix/normalized_package_name
Normalize package names by PEP-503
This commit is contained in:
commit
df899727ce
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ class PublishCommand(Command):
|
||||||
os.system('git push --tags')
|
os.system('git push --tags')
|
||||||
|
|
||||||
|
|
||||||
setup(name='dependency_injector',
|
setup(name='dependency-injector',
|
||||||
version=version,
|
version=version,
|
||||||
description='Python dependency injection framework',
|
description='Python dependency injection framework',
|
||||||
long_description=description,
|
long_description=description,
|
||||||
|
|
Loading…
Reference in New Issue