fixed pyporject.toml to add some uv support (Fixes #6)

This commit is contained in:
2026-03-19 08:15:25 +01:00
parent e3bfc65b0a
commit ebb7a3f7c0
+20
View File
@@ -1,3 +1,23 @@
[build-system] [build-system]
requires = ["setuptools"] requires = ["setuptools"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project]
requires-python = ">= 3.9"
name = "python3-damaris"
dynamic = ["version",
"dependencies",
"classifiers",
"keywords",
"license",
"readme",
]
authors = [
{name = "Achim Gädke"},
{name = "Christopher Schmitt"},
{name = "Christian Tacke"},
{name = "Markus Rosenstihl", email = "markus.rosenstihl@pkm.tu-darmstadt.de"},
]
maintainers = [
{name = "Markus Rosenstihl", email = "markus.rosenstihl@pkm.tu-darmstadt.de"}
]