mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-05-12 01:23:10 +00:00
10 lines
220 B
TOML
10 lines
220 B
TOML
[build-system]
|
|
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
|
|
build-backend = "setuptools.build_meta"
|
|
|
|
[tool.black]
|
|
target-version = ["py37"]
|
|
|
|
[tool.isort]
|
|
profile = "black"
|
|
known_first_party = "auditlog"
|