Exclude the pyc, pyo files and __pycache__ directories from packaging (thanks to Kevin Brown).

This commit is contained in:
Xavier Ordoquy 2014-08-31 03:39:34 +02:00
parent efaa37376c
commit 4dd4538069
1 changed files with 2 additions and 0 deletions

View File

@ -1,2 +1,4 @@
recursive-include rest_framework/static *.js *.css *.png
recursive-include rest_framework/templates *.html
recursive-exclude * __pycache__
recursive-exclude * *.py[co]