Minor updates of setup.py

This commit is contained in:
Roman Mogilatov 2015-04-03 16:21:42 +03:00
parent 96930c9d36
commit 62fd6f37f2
2 changed files with 13 additions and 11 deletions

View File

@ -1 +1 @@
0.7.4 0.7.5

View File

@ -65,7 +65,8 @@ setup(name='Objects',
cmdclass={ cmdclass={
'publish': PublishCommand, 'publish': PublishCommand,
}, },
keywords=['Dependency management', keywords=[
'Dependency management',
'Dependency injection', 'Dependency injection',
'Dependency injection container', 'Dependency injection container',
'DI', 'DI',
@ -74,7 +75,8 @@ setup(name='Objects',
'Inversion of Control', 'Inversion of Control',
'Inversion of Control container', 'Inversion of Control container',
'IoC', 'IoC',
'IoC container'], 'IoC container',
],
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', 'Development Status :: 3 - Alpha',
'Intended Audience :: Developers', 'Intended Audience :: Developers',