1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-10 16:22:31 +03:00

Merge pull request from kiss90benedek/patch-1

Fix pyc/pycache excludes from manifest
This commit is contained in:
Carlton Gibson 2017-08-30 07:25:31 +02:00 committed by GitHub
commit 7e3ba8b3ed

View File

@ -2,5 +2,5 @@ include README.md
include LICENSE.md include LICENSE.md
recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff
recursive-include rest_framework/templates *.html recursive-include rest_framework/templates *.html
recursive-exclude * __pycache__ global-exclude __pycache__
recursive-exclude * *.py[co] global-exclude *.py[co]