blob: 0492e7cbc8f9a628921266dc1a00d9982e91cefb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
include AUTHORS
include Gruntfile.js
include INSTALL
include LICENSE
include LICENSE.python
include MANIFEST.in
include package.json
include *.rst
graft django
graft docs
graft extras
graft js_tests
graft tests
global-exclude *.py[co]
prune scripts
|