Minor updates of setup.py
This commit is contained in:
parent
96930c9d36
commit
62fd6f37f2
22
setup.py
22
setup.py
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue