This website requires JavaScript.
Explore
Help
Register
Sign In
encode
/
django-rest-framework
Watch
1
Star
1
Fork
0
You've already forked django-rest-framework
mirror of
https://github.com/encode/django-rest-framework.git
synced
2024-11-22 17:47:04 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3c1bf6bfd5
django-rest-framework
/
setup.cfg
9 lines
84 B
INI
Raw
Normal View
History
Unescape
Escape
Set up wheel distribution support
2013-11-15 19:49:53 +04:00
[wheel]
universal
=
1
Add LICENSE.md to the built wheel (#4270) The wheel released on Pypi does not include the license file . The way to do this is by updating the setup.cfg accordingly
2016-07-18 18:08:44 +03:00
[metadata]
license_file
=
LICENSE.md
Move flake8 config to setup.cfg This allows for flake8 to pick it up when running it by itself.
2017-05-16 13:18:33 +03:00
[flake8]
ignore
=
E501
Reference in New Issue
Copy Permalink