Skip to content

Commit a39d146

Browse files
committed
Updated manifest
1 parent a426eb5 commit a39d146

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

MANIFEST.in

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ include LICENSE
1313
include Makefile
1414
include tox.ini
1515
graft Tests
16+
graft Tests/images
1617
graft checks
1718
graft patches
1819
graft src
@@ -28,8 +29,19 @@ exclude .editorconfig
2829
exclude .readthedocs.yml
2930
exclude codecov.yml
3031
exclude renovate.json
32+
exclude Tests/images/README.md
33+
exclude Tests/images/crash*.tif
34+
exclude Tests/images/string_dimension.tiff
3135
global-exclude .git*
3236
global-exclude *.pyc
3337
global-exclude *.so
3438
prune .ci
3539
prune wheels
40+
prune winbuild/build
41+
prune winbuild/depends
42+
prune Tests/errors
43+
prune Tests/images/jpeg2000
44+
prune Tests/images/msp
45+
prune Tests/images/picins
46+
prune Tests/images/sunraster
47+
prune Tests/test-images

0 commit comments

Comments
 (0)