fsfwgen/pyproject.toml

17 lines
195 B
TOML
Raw Normal View History

2022-03-11 11:35:47 +01:00
[build-system]
requires = [
"setuptools>=42",
"wheel"
]
build-backend = "setuptools.build_meta"
[project]
[tool.ruff]
exclude = [
".git",
"venv",
"docs"
]
line-length = 100