diff --git a/pyproject.toml b/pyproject.toml
index fa7093a33c048d9db6e0eb3b4d8daa57426754e3..3d546c22854bea7e54b307d512dcc3ede784a406 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,3 +1,27 @@
 [build-system]
 requires = ["setuptools>=42"]
-build-backend = "setuptools.build_meta"
\ No newline at end of file
+build-backend = "setuptools.build_meta"
+
+[project]
+name = "phageTermVirome"
+version = "4.1"
+authors = [
+{name="Marc Monot", email="marc.monot@pasteur.fr"},
+{name="Julian Garneau", email="julian.garneau@pasteur.fr"},
+{name="David Bikard", email="david.bikard@pasteur.fr"},
+{name="Véronique Legrand", email="vlegrand@pasteur.fr"}
+]
+description ="PhageTermVirome software is a tool to determine phage genome termini and genome packaging mode on single phage or multiple contigs at once."
+readme = "README.txt"
+
+license = { file="LICENSE" }
+requires-python = ">=3.7.8"
+classifiers = [
+    "Programming Language :: Python :: 3",
+    "License :: OSI Approved :: GNU AFFERO GENERAL PUBLIC LICENSE Version 3",
+    "Operating System :: OS Independent",
+]
+
+[project.urls]
+"Homepage" = "https://gitlab.pasteur.fr/vlegrand/ptv"
+"Bug Tracker" = "https://gitlab.pasteur.fr/vlegrand/ptv/-/issues"
\ No newline at end of file