diff --git a/compiler/RELEASE_README.md b/compiler/RELEASE_README.md new file mode 100644 index 000000000..f6e3ef1cf --- /dev/null +++ b/compiler/RELEASE_README.md @@ -0,0 +1,3 @@ +# Concrete Compiler + +The Concrete Compiler takes a high level computation model and produces a programs that evaluate the model in an homomorphic way. diff --git a/compiler/setup.py b/compiler/setup.py index 4410aee85..5def9d2e5 100644 --- a/compiler/setup.py +++ b/compiler/setup.py @@ -51,9 +51,9 @@ setuptools.setup( author="Zama Team", author_email="hello@zama.ai", description="Concrete Compiler", - license="", + license="BSD-3", keywords="homomorphic encryption compiler", - long_description=read("README.md"), + long_description=read("RELEASE_README.md"), long_description_content_type="text/markdown", url="https://github.com/zama-ai/concrete-compiler-internal", packages=setuptools.find_namespace_packages(