Skip to content

Commit 1c7ce26

Browse files
committed
quick cleanup of MANIFEST.in to not include pycache, etc
Signed-off-by: vsoch <[email protected]>
1 parent a26c4dd commit 1c7ce26

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

MANIFEST.in

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
include README.md LICENSE
22
recursive-include scompose *
3-
prune *.py[co]
4-
prune .git *
5-
prune *.img
6-
prune *.simg
7-
prune *.sif
8-
prune __pycache__
9-
prune .docs
3+
graft scompose
4+
global-exclude __pycache__
5+
global-exclude *.py[co]
6+
global-exclude *.sif
7+
global-exclude *.simg

0 commit comments

Comments
 (0)