add pyproject.toml

This commit is contained in:
Justus Kuhlmann 2025-11-20 17:22:29 +01:00
commit f271d431c0
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

6
pyproject.toml Normal file
View file

@ -0,0 +1,6 @@
[build-system]
requires = ["setuptools >= 63.0.0", "wheel"]
build-backend = "setuptools.build_meta"
[tool.ruff.lint]
ignore = ["F403"]