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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
include AUTHORS
include api_gen.py
include dev-install.sh
include LICENSE
include MANIFEST.in
include pylintrc
include README.rst
include setup_build.py
include setup_configure.py
include tox.ini
include pytest.ini
include *.toml
include _custom_build/backend.py
recursive-include docs *
prune docs/_build
recursive-include docs_api *
prune docs_api/_build
recursive-include examples *.py
recursive-include h5py *.h *.templ.* *.pyx *.pxd *.pxi *.py *.txt
recursive-exclude h5py _conv.pyx _errors.pyx _npystrings.pyx _objects.pyx _proxy.pyx
recursive-exclude h5.pyx h5d.pyx h5f.pyx h5fd.pyx h5i.pyx h5p.pyx h5t.pyx
recursive-exclude h5py _errors.pxd api_types_ext.pxd api_types_hdf5.pxd h5r.pxd
exclude h5py/defs.pxd
exclude h5py/defs.pyx
exclude h5py/_hdf5.pxd
recursive-include h5py/tests *.h5
recursive-include licenses *
recursive-include lzf *
recursive-exclude * .DS_Store
exclude ci other .github
recursive-exclude ci *
recursive-exclude other *
recursive-exclude .github *
exclude *.yml
exclude *.yaml
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
exclude .coveragerc
exclude .coverage_dir
recursive-exclude .coverage_dir *
exclude .mailmap
exclude github_deploy_key_h5py_h5py.enc
prune news
include asv.conf.json
recursive-include benchmarks *.py
|