From f9854b5b790dd1e8c13850e189d8104ce7b6bfcd Mon Sep 17 00:00:00 2001 From: Benoit Chevallier-Mames Date: Fri, 10 Sep 2021 11:53:06 +0200 Subject: [PATCH] doc: update pyproject.toml to reflect what does the package and who are the authors closes #334. refs #318 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc9d9c71b..f368f0507 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,8 @@ [tool.poetry] name = "concretefhe" version = "0.1.0" -description = "Concrete Framework Python API" -authors = ["A. Meyre", "U. Sahin", "A. Benaissa", "B. Chevallier", "Zama Team"] +description = "Concrete Framework" +authors = ["Zama "] packages = [ { include = "concrete" }, ]