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,16 +65,18 @@ setup(name='Objects',
cmdclass={
'publish': PublishCommand,
},
keywords=['Dependency management',
'Dependency injection',
'Dependency injection container',
'DI',
'DIC',
'Dependency injector',
'Inversion of Control',
'Inversion of Control container',
'IoC',
'IoC container'],
keywords=[
'Dependency management',
'Dependency injection',
'Dependency injection container',
'DI',
'DIC',
'Dependency injector',
'Inversion of Control',
'Inversion of Control container',
'IoC',
'IoC container',
],
classifiers=[
'Development Status :: 3 - Alpha',
'Intended Audience :: Developers',