From 314e592d09b184b7210caf54dc7b94fd5769064c Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Wed, 12 Jan 2022 17:11:47 +0100 Subject: [PATCH] chore: fix the summary. --- pypi_readme.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ",