chore(python): rename package to concrete-compiler

This commit is contained in:
youben11
2022-01-03 11:47:55 +01:00
committed by Ayoub Benaissa
parent 0f1dbd919d
commit 0bbacdbb17
2 changed files with 2 additions and 2 deletions

View File

@@ -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):

View File

@@ -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",