Skip to content
Snippets Groups Projects
Commit f3a01175 authored by Veronique Legrand's avatar Veronique Legrand
Browse files

updated pyproject.toml

parent 2abdbc67
No related branches found
No related tags found
No related merge requests found
Pipeline #84358 passed with stage
in 2 hours, 7 minutes, and 10 seconds
[build-system] [build-system]
requires = ["setuptools>=42"] requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
\ No newline at end of file
[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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment