File size: 292 Bytes
b65ca24 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | include AUTHORS
include Gruntfile.js
include INSTALL
include LICENSE
include LICENSE.python
include MANIFEST.in
include package.json
include tox.ini
include *.rst
graft django
graft docs
graft extras
graft js_tests
graft scripts
graft tests
global-exclude __pycache__
global-exclude *.py[co]
|