mirror of
https://github.com/jazzband/django-auditlog.git
synced 2026-03-16 22:20:26 +00:00
build: explicit the build system
Setuptools is needed to build this package.
This commit is contained in:
parent
a30c8bbfc0
commit
7bc39e6d9d
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
[build-system]
|
||||
requires = ["setuptools>=45", "wheel", "setuptools_scm>=6.2"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[tool.black]
|
||||
target-version = ["py37"]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue