https://github.com/vejnar/LabxPipe
Tip revision: bc03eab16d6c4d9acabc64d92ac40100bfe0dd3f authored by vejnar on 29 September 2022, 12:04:21 UTC
Update README
Update README
Tip revision: bc03eab
pyproject.toml
[build-system]
requires = ["setuptools>=61", "setuptools_scm", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "LabxPipe"
authors = [{name = "Charles E. Vejnar"}]
description = "LabxPipe"
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]