deployable app

This commit is contained in:
2024-09-17 11:42:44 +02:00
parent b7fb80473b
commit 81799c5eec
22 changed files with 3377 additions and 37 deletions

18
pyproject.toml Normal file
View File

@@ -0,0 +1,18 @@
[build-system]
requires = ["setuptools >= 65.0.0"]
build-backend = "setuptools.build_meta"
[project]
name = "linemeasurement"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = ["click", "numpy", "plotapp", "scipy"]
[project.scripts]
linemeasurement = "linemeasurement.__main__:main"
[tool.uv.sources]
plotapp = { url = "http://130.92.113.172/plotapp-0.1.1.zip" }