diff --git a/setup.py b/setup.py index 92c88cf..1165d61 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ setup( keywords='qurator', license='Apache', url="https://qurator.ai", + namespace_packages=['qurator'], packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), install_requires=install_requires,