Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Aberdur authored Jan 14, 2025
2 parents cb71b5d + 7953cf4 commit aec7b8a
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 38 deletions.
62 changes: 62 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"

[project]
name = "relecov-tools"
version = "1.3.0"
description = "Tools for managing and proccessing relecov network data."
readme = "README.md"
requires-python = ">=3.7"
authors = [
{name = "Sara Monzon", email = "[email protected]"},
{name = "Luis Chapado", email = "[email protected]"},
{name = "Isabel Cuesta", email = "[email protected]"},
{name = "Sarai Varona", email = "[email protected]"},
{name = "Daniel Valle", email = "[email protected]"},
{name = "Pablo Mata", email = "[email protected]"},
{name = "Victor Lopez", email = "[email protected]"},
{name = "Emi Arjona", email = "[email protected]"},
{name = "Jaime Ozaez", email = "[email protected]"},
{name = "Juan Ledesma", email = "[email protected]"},
{name = "Sergio Olmos", email = "[email protected]"},
{name = "Alejandro Bernabeu", email = "[email protected]"},
{name = "Alba Talavera", email = "[email protected]"}
]
maintainers = [
{name = "Sara Monzon", email = "[email protected]"},
{name = "Luis Chapado", email = "[email protected]"},
{name = "Isabel Cuesta", email = "[email protected]"},
{name = "Sarai Varona", email = "[email protected]"},
{name = "Daniel Valle", email = "[email protected]"},
{name = "Pablo Mata", email = "[email protected]"},
{name = "Victor Lopez", email = "[email protected]"},
{name = "Emi Arjona", email = "[email protected]"},
{name = "Jaime Ozaez", email = "[email protected]"},
{name = "Juan Ledesma", email = "[email protected]"},
{name = "Sergio Olmos", email = "[email protected]"},
{name = "Alejandro Bernabeu", email = "[email protected]"},
{name = "Alba Talavera", email = "[email protected]"}
]
keywords = [
"relecov",
"bioinformatics",
"pipeline",
"sequencing",
"NGS",
"next generation sequencing"
]
license = {text = "GNU GENERAL PUBLIC LICENSE v.3"}
dynamic = ["dependencies"]

[project.urls]
Homepage = "https://github.com/BU-ISCIII/relecov-tools"

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[tool.setuptools.packages.find]
exclude = ["docs"]

[project.scripts]
relecov-tools = "relecov_tools.__main__:run_relecov_tools"
38 changes: 0 additions & 38 deletions setup.py

This file was deleted.

0 comments on commit aec7b8a

Please sign in to comment.