doc: update pyproject.toml

to reflect what does the package and who are the authors
closes #334.
refs #318
This commit is contained in:
Benoit Chevallier-Mames
2021-09-10 11:53:06 +02:00
committed by Benoit Chevallier
parent 6203822a9b
commit f9854b5b79

View File

@@ -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 <hello@zama.ai>"]
packages = [
{ include = "concrete" },
]