Skip to content

Commit 93fc23b

Browse files
nchammastimgraham
authored andcommitted
Simplified MANIFEST.in
1 parent ed7b1bd commit 93fc23b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

MANIFEST.in

+8-8
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ include LICENSE.python
66
include MANIFEST.in
77
include package.json
88
include *.rst
9-
recursive-include django *
9+
graft django
1010
prune django/contrib/admin/bin
11-
recursive-include docs *
12-
recursive-include extras *
13-
recursive-include js_tests *
14-
recursive-include scripts *
15-
recursive-include tests *
16-
recursive-exclude * __pycache__
17-
recursive-exclude * *.py[co]
11+
graft docs
12+
graft extras
13+
graft js_tests
14+
graft scripts
15+
graft tests
16+
global-exclude __pycache__
17+
global-exclude *.py[co]

0 commit comments

Comments
 (0)