forked from PyTables/PyTables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
28 lines (25 loc) · 991 Bytes
/
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
include MANIFEST.in
include *.txt THANKS README.rst
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
include c-blosc/hdf5/blosc_filter.?
recursive-include c-blosc/blosc *.c *.h
recursive-include c-blosc/internal-complibs *.c *.cc *.h
recursive-include LICENSES *
recursive-include utils *
include doc/Makefile doc/make.bat
#include doc/*.pdf
recursive-include doc *.rst *.conf *.py *.*_t
recursive-include doc *.html *.js *.css *.png *.ico
recursive-include doc/source *.pdf objecttree.svg
#recursive-include doc/source *.pdf *.svg
recursive-include doc/html *.txt *.svg *.gif *.inv
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