diff --git a/pypi_readme.md b/pypi_readme.md index 3493270a5..caa251200 100644 --- a/pypi_readme.md +++ b/pypi_readme.md @@ -1,3 +1,3 @@ # Concrete Numpy -Concrete Numpy is a package containing tools to compile Numpy functions into Fully Homomorphic Encryption equivalents. Concrete Numpy goes on top of the Concrete Compiler and Concrete Library. +Concrete Numpy is a python package that contains the tools data scientists need to compile various numpy functions into their Fully Homomorphic Encryption (FHE) equivalents. Concrete Numpy goes on top of the Concrete Library and its Compiler. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 1098a9331..b1f27e5cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "concrete-numpy" version = "0.3.0-rc1" -description = "Concrete Numpy is a package containing tools to compile Numpy functions into Fully Homomorphic Encryption equivalents. Concrete Numpy goes on top of the Concrete Compiler and Concrete Library." +description = "Concrete Numpy is a python package that contains the tools data scientists need to compile various numpy functions into their Fully Homomorphic Encryption (FHE) equivalents. Concrete Numpy goes on top of the Concrete Library and its Compiler." license = "BSD-3-Clause" authors = [ "Zama ",