From be2d86db04409ffff53acea80d8fba6e8b84f58c Mon Sep 17 00:00:00 2001 From: Timothe Jost <timothe.jost@wanadoo.fr> Date: Sun, 31 Dec 2023 17:10:34 +0100 Subject: [PATCH] final formating --- pyproject.toml | 7 ------- src/pypelines/__init__.py | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 57f1974..be1bad0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,6 @@ requires = ["setuptools >= 66.0"] build-backend = "setuptools.build_meta" [project] - name = "pypelines" authors = [ { name = "Timothé Jost-Mousseau", email = "timothe.jost-mousseau@pasteur.fr" }, @@ -17,12 +16,6 @@ requires-python = ">=3.10" license = { text = "MIT" } 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] homepage = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines" repository = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines" diff --git a/src/pypelines/__init__.py b/src/pypelines/__init__.py index 7e756e8..b18dd82 100644 --- a/src/pypelines/__init__.py +++ b/src/pypelines/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.10" +__version__ = "0.0.11" from . import loggs from .pipes import * -- GitLab