1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/pyproject.toml

8 lines
220 B
TOML
Raw Normal View History

[build-system]
requires = ['setuptools>=40.8.0', 'wheel']
build-backend = 'setuptools.build_meta:__legacy__'
[tool.black]
target-version = ['py38']
extend-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py'