fix(frontend/python): add bare concrete namespace to setup.py

This commit is contained in:
Umut
2023-03-31 12:40:29 +02:00
parent 8f90074958
commit e9607395c4

View File

@@ -83,6 +83,9 @@ setuptools.setup(
"": bindings_directory(),
},
packages=setuptools.find_namespace_packages(
where=".",
include=["concrete", "concrete.*"]
) + setuptools.find_namespace_packages(
where=".",
include=["concrete.fhe", "concrete.fhe.*"],
) + setuptools.find_namespace_packages(