diff --git a/README.md b/README.md index cf2df066f..06e69eb8c 100644 --- a/README.md +++ b/README.md @@ -11,16 +11,12 @@ - - - - - + @@ -29,7 +25,7 @@

-## Quick tour +## Table of contents - [Introduction](#Introduction) - [Installation](#Installation) diff --git a/pypi_readme.md b/pypi_readme.md deleted file mode 100644 index caa251200..000000000 --- a/pypi_readme.md +++ /dev/null @@ -1,3 +0,0 @@ -# Concrete Numpy - -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 e2e6661cf..a06360bc4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ "Topic :: Security :: Cryptography", "Topic :: Software Development :: Compilers", ] -readme = "pypi_readme.md" +readme = "README.md" [tool.poetry.urls] "README" = "https://github.com/zama-ai/concrete-numpy/blob/main/README.md"