chore: unify packaging around uv

This commit is contained in:
Hadrian Burkhardt
2026-04-30 23:59:56 +00:00
parent b0fc264cb2
commit bfe72b4f77
17 changed files with 43 additions and 1310 deletions
+10
View File
@@ -1,3 +1,7 @@
[build-system]
requires = ["setuptools>=69"]
build-backend = "setuptools.build_meta"
[project]
name = "om-parser-stw-potsdam-v2"
version = "2.0.1"
@@ -26,3 +30,9 @@ dev = [
"sphinx-autobuild",
"sphinx-rtd-theme",
]
[tool.setuptools.packages.find]
include = ["stw_potsdam*"]
[tool.setuptools.package-data]
stw_potsdam = ["canteens.ini"]