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 014dcc5 commit 397955fCopy full SHA for 397955f
1 file changed
MANIFEST.in
@@ -1,3 +1,4 @@
1
+graft docs
2
graft src
3
4
include *.rst
@@ -8,11 +9,16 @@ prune examples
8
9
prune tests
10
prune developer
11
prune .tox
12
+prune developer
13
+prune examples
14
+prune tests
15
+prune benchmarks
16
17
exclude .codecov.yml
18
exclude .gitattributes
19
exclude .gitignore
20
exclude .readthedocs.yml
21
exclude tox.ini
22
+exclude asv.conf.json
23
24
global-exclude *.py[cod] __pycache__/* *.so *.dylib
0 commit comments