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