We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7b1bd commit 93fc23bCopy full SHA for 93fc23b
MANIFEST.in
@@ -6,12 +6,12 @@ include LICENSE.python
6
include MANIFEST.in
7
include package.json
8
include *.rst
9
-recursive-include django *
+graft django
10
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]
+graft docs
+graft extras
+graft js_tests
+graft scripts
+graft tests
+global-exclude __pycache__
+global-exclude *.py[co]
0 commit comments