initial commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
[project]
|
||||
name = "surveyladder"
|
||||
version = "0.1.0"
|
||||
description = "Default template for PDM package"
|
||||
authors = [
|
||||
{name = "Alexander Rossmanith", email = ""},
|
||||
]
|
||||
dependencies = ["ezdxf>=1.4.3", "matplotlib>=3.10.8", "numpy>=2.4.4", "xlrd>=2.0.2", "openpyxl>=3.1.5", "scipy>=1.17.1"]
|
||||
requires-python = "==3.14.*"
|
||||
readme = "README.md"
|
||||
license = {text = "MIT"}
|
||||
|
||||
|
||||
[tool.pdm]
|
||||
distribution = false
|
||||
Reference in New Issue
Block a user