fixed pyporject.toml to add some uv support (Fixes #6)
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
[build-system]
|
||||
requires = ["setuptools"]
|
||||
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