From f271d431c085e70055f1681f28d447fb93b865f6 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Thu, 20 Nov 2025 17:22:29 +0100 Subject: [PATCH] add pyproject.toml --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..ed2df7b --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,6 @@ +[build-system] +requires = ["setuptools >= 63.0.0", "wheel"] +build-backend = "setuptools.build_meta" + +[tool.ruff.lint] +ignore = ["F403"] \ No newline at end of file