mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 09:36:48 +03:00
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={
|
cmdclass={
|
||||||
'publish': PublishCommand,
|
'publish': PublishCommand,
|
||||||
},
|
},
|
||||||
keywords=['Dependency management',
|
keywords=[
|
||||||
'Dependency injection',
|
'Dependency management',
|
||||||
'Dependency injection container',
|
'Dependency injection',
|
||||||
'DI',
|
'Dependency injection container',
|
||||||
'DIC',
|
'DI',
|
||||||
'Dependency injector',
|
'DIC',
|
||||||
'Inversion of Control',
|
'Dependency injector',
|
||||||
'Inversion of Control container',
|
'Inversion of Control',
|
||||||
'IoC',
|
'Inversion of Control container',
|
||||||
'IoC container'],
|
'IoC',
|
||||||
|
'IoC container',
|
||||||
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 3 - Alpha',
|
'Development Status :: 3 - Alpha',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user