mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: update package metadata
specify license update package long description
This commit is contained in:
3
compiler/RELEASE_README.md
Normal file
3
compiler/RELEASE_README.md
Normal file
@@ -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.
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user