mirror of
https://github.com/zama-ai/concrete.git
synced 2026-04-17 03:00:54 -04:00
fix(frontend/python): add bare concrete namespace to setup.py
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user