django-rest-framework/setup.cfg

10 lines
157 B
INI

[bdist_wheel]
universal = 1
[metadata]
license_file = LICENSE.md
[flake8]
ignore = E501
banned-modules = json = use from rest_framework.utils import json!