summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorBrad Hall <brad@nicira.com>2012-01-26 21:33:44 -0800
committerBrad Hall <brad@nicira.com>2012-01-26 21:52:37 -0800
commit27741e3953cdf88c4dee37307065ca36a04c73c7 (patch)
treeb4c34115e7753454794ac13a810e4f3780f5c883 /setup.py
parent52662fbb500a08dfdde63d8f1513bc882c3067a1 (diff)
downloadpython-neutronclient-27741e3953cdf88c4dee37307065ca36a04c73c7.tar.gz
Add "quantum" package so that __init__.py is included
Change-Id: I89164fcc18ca953e337c673e8dabc5faed9b725b
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b17b489..f0bacfd 100644
--- a/setup.py
+++ b/setup.py
@@ -89,7 +89,7 @@ setup(
scripts=ProjectScripts,
install_requires=requires,
include_package_data=False,
- packages=["quantum.client", "quantum.common"],
+ packages=["quantum", "quantum.client", "quantum.common"],
package_data=PackageData,
eager_resources=EagerResources,
entry_points={