From c6f13ea160a807ba2f313b7afd8590355a38f8f1 Mon Sep 17 00:00:00 2001 From: drfho Date: Tue, 3 Sep 2024 20:06:47 +0200 Subject: [PATCH] adding pyproject.toml Ref: https://github.com/idasm-unibe-ch/zms-base/issues/3 Ref: https://github.com/zms-publishing/ZMS/blob/276b695799f94ade7a1a527cef793a0154fc6cb3/pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 000000000..7fd26b970 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools"] +build-backend = "setuptools.build_meta" \ No newline at end of file