diff --git a/pyproject.toml b/pyproject.toml index fed528d..8893b81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"} +]