Add some package keywords

This commit is contained in:
Jakub Stasiak 2013-08-28 23:16:02 +01:00
parent 2581c33eb0
commit 6f22b5eac7
1 changed files with 5 additions and 1 deletions

View File

@ -49,4 +49,8 @@ setup(
'setuptools >= 0.6b1',
],
cmdclass={'test': PyTest},
)
keywords=[
'Dependency Injection', 'DI', 'Dependency Injection framework',
'Inversion of Control', 'IoC', 'Inversion of Control container',
],
)