Merge pull request #133 from sirkonst/hotfix/normalized_package_name

Normalize package names by PEP-503
This commit is contained in:
Roman 2016-09-07 10:55:10 +03:00 committed by GitHub
commit df899727ce
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,