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 0df88b7 commit 35a6a55Copy full SHA for 35a6a55
MANIFEST.in
@@ -0,0 +1,10 @@
1
+include *.in
2
+include *.ini
3
+include *.rst
4
+include *.txt
5
+include LICENSE
6
+recursive-include requirements *.txt
7
+
8
+global-exclude __pycache__ *.py[cod] *.ipynb
9
+global-exclude *.so *.dylib
10
+global-exclude docs .github tests
0 commit comments