File: MANIFEST.in

package info (click to toggle)
silx 2.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 31,728 kB
  • sloc: python: 119,843; ansic: 5,062; lisp: 4,454; cpp: 883; sh: 286; makefile: 90; xml: 46
file content (20 lines) | stat: -rw-r--r-- 609 bytes parent folder | download | duplicates (3)
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 *