diff --git a/setup.py b/setup.py index 685638a..08cc59c 100644 --- a/setup.py +++ b/setup.py @@ -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', + ], +)