Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 518f3c1

Browse files
committed
Update MANIFEST.in
1 parent 63c4940 commit 518f3c1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/basemap/MANIFEST.in

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ recursive-include doc *
33
recursive-exclude doc/build *
44
recursive-include test *
55
recursive-include utils *.py
6-
recursive-exclude **/__pycache__ *
76
recursive-exclude **/.DS_Store *
8-
exclude **/*.pyc
9-
exclude **/.gitkeep
7+
recursive-exclude **/__pycache__ *
8+
global-exclude *.py[cod]
9+
global-exclude *.dll
10+
global-exclude *.so

0 commit comments

Comments
 (0)