https://github.com/vejnar/LabxPipe
Tip revision: f093dd743d164fc300f8a1e55649addcac7693ce authored by vejnar on 29 September 2022, 14:58:01 UTC
Lower case for PyPI
Lower case for PyPI
Tip revision: f093dd7
pyproject.toml
[build-system]
requires = ["setuptools>=61", "setuptools_scm", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "labxpipe"
authors = [{name = "Charles E. Vejnar"}]
description = "Genomics pipelines"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "Mozilla Public License 2.0 (MPL 2.0)"}
dependencies = [
"labxdb",
"pyfnutils",
"xlsxwriter",
]
dynamic = ["version"]
[project.urls]
homepage = "https://git.sr.ht/~vejnar/LabxPipe"
[project.scripts]
lxpipe = "labxpipe_scripts.lxpipe:main"
[tool.setuptools_scm]
