From 318a1715207d73e45f290ca07e54c35365e51614 Mon Sep 17 00:00:00 2001 From: Umut Date: Tue, 19 Jul 2022 10:00:53 +0200 Subject: [PATCH] docs: remove tutorials badge from readme, fix link to contributing badge, use repo readme in pypi --- README.md | 8 ++------ pypi_readme.md | 3 --- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 pypi_readme.md 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"