From 14b85e2209de0107c250e4d9dd6507dec1eae826 Mon Sep 17 00:00:00 2001 From: aleju Date: Wed, 5 Feb 2020 21:37:03 +0100 Subject: [PATCH] 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. --- MANIFEST.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8fe62dc3c..a2cbcd8d8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -3,8 +3,6 @@ include setup.cfg include LICENSE include MANIFEST.in include README.md -include checks/README.md include requirements.txt recursive-include imgaug *.py *.jpg *.ttf *.png *.json -recursive-include test *.py -recursive-include checks *.py \ No newline at end of file +prune test \ No newline at end of file