mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 09:36:49 +03:00
Exclude the pyc, pyo files and __pycache__ directories from packaging (thanks to Kevin Brown).
This commit is contained in:
parent
efaa37376c
commit
4dd4538069
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue
Block a user