diff --git a/setup.py b/setup.py index 556f706..54381bf 100755 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ def run(self): author="Dr. Hicham Badri", author_email="hicham@mobiuslabs.com", license="Apache 2", - packages=find_packages(include=["hqq", "hqq/*"]), + packages=find_packages(include=["hqq", "hqq.*"]), cmdclass={ "install": InstallCommand, "develop": DevelopCommand,