We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0e571 commit aacb1ddCopy full SHA for aacb1dd
MANIFEST.in
@@ -1,9 +1,12 @@
1
include README.md
2
include LICENSE
3
+include MANIFEST.in
4
-recursive-include rest_framework_docs/static *
5
-recursive-include rest_framework_docs/templates *.html
+global-exclude __pycache__
6
+global-exclude *.py[co]
7
+global-exclude package.json
8
-recursive-exclude rest_framework_docs/static/node_modules *.*
-recursive-exclude * __pycache__
9
-recursive-exclude * *.py[co]
+prune rest_framework_docs/static/node_modules
10
+
11
+graft rest_framework_docs/static/rest_framework_docs
12
+graft rest_framework_docs/templates/rest_framework_docs
0 commit comments