mirror of
https://github.com/django/django.git
synced 2024-11-22 03:18:31 +01:00
247e25897b
This removes unnecessary wheel dependency and __legacy__ fallback.
8 lines
199 B
TOML
8 lines
199 B
TOML
[build-system]
|
|
requires = ['setuptools>=40.8.0']
|
|
build-backend = 'setuptools.build_meta'
|
|
|
|
[tool.black]
|
|
target-version = ['py38']
|
|
force-exclude = 'tests/test_runner_apps/tagged/tests_syntax_error.py'
|