mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
10 lines
214 B
TOML
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"
|