Skip to content

Commit 35a6a55

Browse files
committed
chore: MANIFEST.in
1 parent 0df88b7 commit 35a6a55

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

MANIFEST.in

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)