From f3a011758babcc5e3a019aaa6bbe6cdacd19392d Mon Sep 17 00:00:00 2001
From: Veronique Legrand <vlegrand@pasteur.fr>
Date: Fri, 1 Jul 2022 11:02:24 +0200
Subject: [PATCH] updated pyproject.toml

---
 pyproject.toml | 26 +++++++++++++++++++++++++-
 1 file changed, 25 insertions(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index fa7093a..3d546c2 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
-- 
GitLab