mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
da266fb864
For additional details, see:
54ddbcc9ce/wheel/bdist_wheel.py (bdist_wheel.py-119)
:125
http://pythonwheels.com/
10 lines
157 B
INI
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!
|