diff --git a/setup.py b/setup.py index b17b489f4..f0bacfdb0 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={