django-auditlog/pyproject.toml
François Magimel 7bc39e6d9d build: explicit the build system
Setuptools is needed to build this package.
2022-01-20 09:48:08 +01:00

10 lines
214 B
TOML

[build-system]
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
build-backend = "setuptools.build_meta"
[tool.black]
target-version = ["py37"]
# black compatible isort
[tool.isort]
profile = "black"