mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-07 07:00:49 +03:00
Normalize package names by PEP-503 (https://www.python.org/dev/peps/pep-0503/)
This commit is contained in:
parent
1c47f73610
commit
a6b7a75136
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
Block a user