forked from PyTables/PyTables
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMANIFEST.in
More file actions
20 lines (18 loc) · 697 Bytes
/
MANIFEST.in
File metadata and controls
20 lines (18 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include MANIFEST.in
include *.txt THANKS
include setup.py setup.cfg VERSION Makefile
recursive-include tables *.py *.pyx *.pxd *.c
recursive-include tables/tests *.h5 *.mat
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 *.rst *.html *.js *.css *.*_t *.png *.ico *.conf *.py Makefile make.bat
#include doc/*.pdf
recursive-include doc/scripts *.py
recursive-include doc/sphinxext *
recursive-exclude doc/build *
recursive-include examples *.py *.sh
recursive-include bench *.sh *.py *.txt *.h5 *.gnuplot
recursive-include contrib README *.py