diff options
| author | Nicholas Chammas <nicholas.chammas@gmail.com> | 2015-12-11 22:06:34 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-12 12:07:21 -0500 |
| commit | 93fc23b2d542105f5d129dff2dd2c8895e9abd5d (patch) | |
| tree | 0265a3805c17a1fd99fe3526b7e124f545a46afb /MANIFEST.in | |
| parent | ed7b1bdf01330cde1c2da3af3451287fbe9304d9 (diff) | |
Simplified MANIFEST.in
Diffstat (limited to 'MANIFEST.in')
| -rw-r--r-- | MANIFEST.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index faf38a00b9..0e131eb179 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,12 +6,12 @@ include LICENSE.python include MANIFEST.in include package.json include *.rst -recursive-include django * +graft 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] +graft docs +graft extras +graft js_tests +graft scripts +graft tests +global-exclude __pycache__ +global-exclude *.py[co] |
