deployable app
This commit is contained in:
18
pyproject.toml
Normal file
18
pyproject.toml
Normal 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" }
|
||||
Reference in New Issue
Block a user