1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-05-15 05:13:43 +03:00

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

View File

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