blob: 1c62e2c90095e1e3f1aa3434835706d5dd1093f7 (
plain)
1
2
3
4
5
  | 
recursive-include rest_framework/static *.ico *.txt *.css
recursive-include rest_framework/templates *.txt *.html
recursive-include examples .keep *.py *.txt
recursive-include docs *.py *.rst *.html *.txt
include AUTHORS LICENSE CHANGELOG.rst requirements.txt tox.ini
 
  |