Commit 4dd45380 by Xavier Ordoquy

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

parent efaa3737
recursive-include rest_framework/static *.js *.css *.png
recursive-include rest_framework/templates *.html
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment