forked from wesm/PyTables
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMANIFEST.in
More file actions
22 lines (20 loc) · 748 Bytes
/
MANIFEST.in
File metadata and controls
22 lines (20 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include MANIFEST.in
include *.txt THANKS
exclude LICENSE-*.txt
include setup.py setup.cfg VERSION Makefile
recursive-include tables *.py *.pyx *.pxd *.pxi *.c Makefile
exclude tables/linkExtension.pyx # depends on the HDF5 version
recursive-include tables/tests *.h5
recursive-include tables/nodes/tests *.h5 *.dat *.xbm
recursive-include src *.c *.h Makefile
recursive-include blosc *.c *.h
recursive-include LICENSES *
recursive-include utils *
recursive-include doc *.txt *.pdf *.html *.css *.png Makefile
recursive-include doc/scripts *.py
recursive-exclude doc/xml *
recursive-include examples *.py *.sh
recursive-include bench *.sh *.py *.txt
recursive-include contrib README *.py
recursive-include debian *
recursive-exclude debian *.in