diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-29 15:16:40 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2013-05-29 15:16:40 -0700 |
commit | b5901de704f2cc21e0367c5e7be341ac86091549 (patch) | |
tree | c0f464c8e3de99fc3035f990cafa93a8e31750c6 /setup.py | |
parent | 75cd2ce5cb19b817b99ce230e0e15839a8059703 (diff) | |
download | taskflow-b5901de704f2cc21e0367c5e7be341ac86091549.tar.gz |
Ensure we pickup the packages.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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=[ |