mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
10 lines
151 B
INI
10 lines
151 B
INI
[wheel]
|
|
universal = 1
|
|
|
|
[metadata]
|
|
license_file = LICENSE.md
|
|
|
|
[flake8]
|
|
ignore = E501
|
|
banned-modules = json = use from rest_framework.utils import json!
|