add pyproject.toml
This commit is contained in:
parent
11880215ca
commit
f271d431c0
1 changed files with 6 additions and 0 deletions
6
pyproject.toml
Normal file
6
pyproject.toml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
[build-system]
|
||||||
|
requires = ["setuptools >= 63.0.0", "wheel"]
|
||||||
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
|
[tool.ruff.lint]
|
||||||
|
ignore = ["F403"]
|
||||||
Loading…
Add table
Add a link
Reference in a new issue