Configuration and CLI updates
[kamaki] / setup.py
index 661f135..2d59f08 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -45,9 +45,12 @@ setup(
     long_description=open('README.rst').read(),
     url='http://code.grnet.gr/projects/kamaki',
     license='BSD',
-    packages=['kamaki'],
+    packages=['kamaki', 'kamaki.clients'],
     include_package_data=True,
     entry_points={
         'console_scripts': ['kamaki = kamaki.cli:main']
-    }
+    },
+    install_requires=[
+        'clint>=0.3'
+    ]
 )