diff --git a/setup.py b/setup.py index e69bba8..19312e6 100644 --- a/setup.py +++ b/setup.py @@ -23,13 +23,16 @@ def requirements(): name='pepperstack', version='0.0.1', description='Pepperstack is a host inventory tool', - long_rescription=readme(), + long_drescription=readme(), author='Matthieu Rosinski', classifiers = [ 'Programming Language :: Python :: 2.7', ], packages = [ - 'pepperstack' + 'pepperstack', + 'pepperstack.commands', + 'pepperstack.utils', + 'pepperstack.models', ], install_requires=requirements(), )