summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2013-05-29 15:16:40 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2013-05-29 15:16:40 -0700
commitb5901de704f2cc21e0367c5e7be341ac86091549 (patch)
treec0f464c8e3de99fc3035f990cafa93a8e31750c6
parent75cd2ce5cb19b817b99ce230e0e15839a8059703 (diff)
downloadtaskflow-b5901de704f2cc21e0367c5e7be341ac86091549.tar.gz
Ensure we pickup the packages.
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index a71ebb9..4c0cdfc 100644
--- a/setup.py
+++ b/setup.py
@@ -37,6 +37,7 @@ setuptools.setup(
'systems which process workflows in a structured manner.',
author_email='openstack-dev@lists.openstack.org',
url='http://www.openstack.org/',
+ packages=setuptools.find_packages(),
tests_require=read_requires('test-requires'),
install_requires=read_requires('pip-requires'),
classifiers=[