diff options
| author | Brad Hall <brad@nicira.com> | 2012-01-26 21:33:44 -0800 |
|---|---|---|
| committer | Brad Hall <brad@nicira.com> | 2012-01-26 21:52:37 -0800 |
| commit | 27741e3953cdf88c4dee37307065ca36a04c73c7 (patch) | |
| tree | b4c34115e7753454794ac13a810e4f3780f5c883 /setup.py | |
| parent | 52662fbb500a08dfdde63d8f1513bc882c3067a1 (diff) | |
| download | python-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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={ |
