mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-25 00:34:21 +03:00
Merge pull request #5373 from kiss90benedek/patch-1
Fix pyc/pycache excludes from manifest
This commit is contained in:
commit
7e3ba8b3ed
|
@ -2,5 +2,5 @@ include README.md
|
|||
include LICENSE.md
|
||||
recursive-include rest_framework/static *.js *.css *.png *.eot *.svg *.ttf *.woff
|
||||
recursive-include rest_framework/templates *.html
|
||||
recursive-exclude * __pycache__
|
||||
recursive-exclude * *.py[co]
|
||||
global-exclude __pycache__
|
||||
global-exclude *.py[co]
|
||||
|
|
Loading…
Reference in New Issue
Block a user