mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-09 12:15:09 -05:00
chore(python): rename package to concrete-compiler
This commit is contained in:
@@ -28,7 +28,7 @@ def _lookup_runtime_lib() -> str:
|
||||
cwd = os.path.abspath(__file__)
|
||||
cwd = os.path.abspath(os.path.join(cwd, os.pardir))
|
||||
cwd = os.path.abspath(os.path.join(cwd, os.pardir))
|
||||
package_name = "concretefhe_compiler"
|
||||
package_name = "concrete_compiler"
|
||||
libs_path = os.path.join(cwd, f"{package_name}.libs")
|
||||
# Can be because it's not a properly installed package
|
||||
if not os.path.exists(libs_path):
|
||||
|
||||
@@ -46,7 +46,7 @@ class MakeBuild(build_ext):
|
||||
|
||||
|
||||
setuptools.setup(
|
||||
name="concretefhe-compiler",
|
||||
name="concrete-compiler",
|
||||
version=find_version(),
|
||||
author="Zama Team",
|
||||
author_email="hello@zama.ai",
|
||||
|
||||
Reference in New Issue
Block a user