-
Notifications
You must be signed in to change notification settings - Fork 24
/
MANIFEST.in
70 lines (61 loc) · 1.49 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
include LICENSE
include README.rst
include CHANGES.rst
include pyproject.toml
include imagecodecs/py.typed
include imagecodecs/*.c
exclude imagecodecs/_*.c
include imagecodecs/*.h
include imagecodecs/*.cpp
include imagecodecs/*.pyi
include imagecodecs/*.pyx
include imagecodecs/*.pxd
include imagecodecs/*.pxi
include imagecodecs/licenses/*
include imagecodecs/patches/*
include 3rdparty/*
include 3rdparty/*/*
include tests/*.py
include tests/*.txt
include tests/*.bin
include tests/*.npy
include tests/*.zfp
include tests/*.png
include tests/*.icc
include tests/*.jpg
include tests/*.jxr
include tests/*.j2k
include tests/*.jp2
include tests/*.jls
include tests/*.jxl
include tests/*.tif
include tests/*.hdr
include tests/*.uhdr
include tests/*.apng
include tests/*.avif
include tests/*.webp
include tests/*.br
include tests/tiff/*.tif
include tests/ljpeg/*.ljp
include tests/lerc/*.*
include tests/libaec/121B2TestData/*.txt
include tests/libaec/121B2TestData/AllOptions/*.*
# files too large or not licensed
exclude tests/libaec/121B2TestData/ExtendedParameters/*.*
exclude tests/tiff/gray.movie.*.tif
exclude tests/ljpeg/dcm*.ljp
exclude tests/ljpeg/2ch.ljp
exclude tests/ljpeg/pvrg.ljp
exclude tests/bcn/*.dds
exclude tests/33792x79872.jpg
exclude tests/jpegxr.czi
exclude tests/jetraw.bin
exclude *.cmd
exclude build_utils/*
recursive-exclude doc *
recursive-exclude docs *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-exclude * *-
recursive-exclude * *.html
recursive-exclude * *Copy*.*