From 15515ea75ec5f1a57c29a6e018b93b82c1373de4 Mon Sep 17 00:00:00 2001 From: MiqG Date: Mon, 16 Sep 2024 15:09:10 +0200 Subject: [PATCH] added pyproject.toml for local installations with pip>=25.0 --- 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 0000000..7b95937 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["setuptools>=64", "wheel"] +build-backend = "setuptools.build_meta"