File: MANIFEST.in

package info (click to toggle)
pytables 3.10.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,228 kB
  • sloc: ansic: 82,212; python: 65,296; cpp: 753; sh: 394; makefile: 100
file content (30 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (2)
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