Skip to content

Commit 14b85e2

Browse files
committed
Adapt Manifest to 0.4.0
The test/ directory ended up taking a lot of space in the distributed files (tar.gz, wheel). The whole directory was hence removed from these files. To further save some space, the whole checks/ directory was also removed.
1 parent 406ffb4 commit 14b85e2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ include setup.cfg
33
include LICENSE
44
include MANIFEST.in
55
include README.md
6-
include checks/README.md
76
include requirements.txt
87
recursive-include imgaug *.py *.jpg *.ttf *.png *.json
9-
recursive-include test *.py
10-
recursive-include checks *.py
8+
prune test

0 commit comments

Comments
 (0)