Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
blob: faf38a00b9bffeb7cde68e3e3a72b365063aa7f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include AUTHORS
include Gruntfile.js
include INSTALL
include LICENSE
include LICENSE.python
include MANIFEST.in
include package.json
include *.rst
recursive-include django *
prune django/contrib/admin/bin
recursive-include docs *
recursive-include extras *
recursive-include js_tests *
recursive-include scripts *
recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]