19 lines
440 B
TOML
19 lines
440 B
TOML
[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" }
|