fixed pyporject.toml to add some uv support (Fixes #6)
This commit is contained in:
@@ -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"}
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user