Skip to content

Commit

Permalink
Simplified MANIFEST.in
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas authored and timgraham committed Dec 12, 2015
1 parent ed7b1bd commit 93fc23b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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]

0 comments on commit 93fc23b

Please sign in to comment.