1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
include README.rst
include CHANGELOG.rst
include copyright
include LICENSE
include MANIFEST.in
include run_tests.py
include stdeb.cfg
include build-deb.sh
include requirements.txt
include requirements-dev.txt
include pyproject.toml
recursive-include src/silx *.pyx *.pxd *.pxi
recursive-include src/silx *.h *.c *.hpp *.cpp
recursive-include doc/source *.py *.rst *.png *.ico *.ipynb *.html *.svg *.gif
global-exclude .ipynb_checkpoints/*
recursive-include qtdesigner_plugins *.py *.rst
recursive-include src/silx/resources *
recursive-include examples *
recursive-include package *
recursive-include tools *
|