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

auto find layout

parent 0d49bbbb
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,3 @@ documentation = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines" ...@@ -26,7 +26,3 @@ documentation = "https://gitlab.pasteur.fr/haisslab/data-management/pypelines"
dependencies = { file = ["requirements.txt"] } dependencies = { file = ["requirements.txt"] }
optional-dependencies = { celery = { file = ["requirements-celery.txt"] } } optional-dependencies = { celery = { file = ["requirements-celery.txt"] } }
version = { attr = "pypelines.__version__" } version = { attr = "pypelines.__version__" }
[tool.setuptools]
packages = ["pypelines"]
package-dir = { "pypelines" = "src" }
__version__ = "0.0.5" __version__ = "0.0.6"
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