Skip to content
Snippets Groups Projects
Commit be2d86db authored by Timothe Jost's avatar Timothe Jost
Browse files

final formating

parent 4867c1ba
Branches
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ requires = ["setuptools >= 66.0"] ...@@ -3,7 +3,6 @@ requires = ["setuptools >= 66.0"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "pypelines" name = "pypelines"
authors = [ authors = [
{ name = "Timothé Jost-Mousseau", email = "timothe.jost-mousseau@pasteur.fr" }, { name = "Timothé Jost-Mousseau", email = "timothe.jost-mousseau@pasteur.fr" },
...@@ -17,12 +16,6 @@ requires-python = ">=3.10" ...@@ -17,12 +16,6 @@ requires-python = ">=3.10"
license = { text = "MIT" } license = { text = "MIT" }
dynamic = ["version", "dependencies", "optional-dependencies"] dynamic = ["version", "dependencies", "optional-dependencies"]
# [project.optional-dependencies]
# celery = [
# "celery >= 5.3.5",
# "ONE-api @ git+https://gitlab.pasteur.fr/haisslab/data-management/ONE.git",
# ]
[project.urls] [project.urls]
homepage = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines" homepage = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines"
repository = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines" repository = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines"
......
__version__ = "0.0.10" __version__ = "0.0.11"
from . import loggs from . import loggs
from .pipes import * from .pipes import *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment