24 lines
522 B
TOML
24 lines
522 B
TOML
[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"}
|
|
]
|