Normalize package names by PEP-503 (https://www.python.org/dev/peps/pep-0503/)

This commit is contained in:
Konstantin Enchant 2016-09-06 13:18:43 +03:00
parent 1c47f73610
commit a6b7a75136
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class PublishCommand(Command):
os.system('git push --tags')
setup(name='dependency_injector',
setup(name='dependency-injector',
version=version,
description='Python dependency injection framework',
long_description=description,