forked from PyTables/PyTables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
30 lines (27 loc) · 1 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
include MANIFEST.in
include *.txt THANKS README.rst
include setup.py Makefile
recursive-exclude * *
recursive-include tables *.py *.pyx *.pxd
recursive-exclude tables *.c
recursive-include tables/tests *.h5 *.mat
recursive-include tables/nodes/tests *.h5 *.dat *.xbm
recursive-include src *.c *.h
recursive-include tables.egg-info *
include hdf5-blosc/src/blosc_filter.?
include hdf5-blosc2/src/blosc2_filter.?
recursive-include c-blosc/blosc *.c *.h *.inc
recursive-include c-blosc/internal-complibs *.c *.cc *.h
recursive-include LICENSES *
recursive-include utils *
include doc/Makefile doc/make.bat
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/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