From 9947820eab0f8bcb7610ebcdcbe2ca273e08a1cc Mon Sep 17 00:00:00 2001 From: Seblu <sebastien.luttringer@smartjog.com> Date: Mon, 21 Feb 2011 14:06:49 +0100 Subject: [PATCH] fix missing command module in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4352c36..0e03c42 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( author='Sebastien Luttringer', author_email='sebastien.luttringer@smartjog.com', license='GPL2', - packages=['cccli'], + packages=['cccli', 'cccli.command'], scripts=['bin/cc-cli'], classifiers=[ 'Operating System :: Unix', -- GitLab