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 b19961b commit e456ec3Copy full SHA for e456ec3
MANIFEST.in
@@ -5,3 +5,9 @@ prune examples
5
prune vendor
6
prune templates
7
prune tests
8
+
9
+# Documentation
10
+recursive-include docs *
11
+prune docs/_build
12
+global-exclude */__pycache__/*
13
+global-exclude *.pyc
0 commit comments