mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
ff2fa7a866
I definitely see files from `__pycache__` as well as `.pyc` files in the package. Fixed according to https://www.reddit.com/r/Python/comments/40s8qw/simplify_your_manifestin_commands and https://github.com/django/django/pull/5817
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
include README.md
|
|
include LICENSE.md
|
|
recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff
|
|
recursive-include rest_framework/templates *.html
|
|
global-exclude __pycache__
|
|
global-exclude *.py[co]
|