forked from silx-kit/fabio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMANIFEST.in
32 lines (30 loc) · 794 Bytes
/
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
31
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints
recursive-include package/debian? *
recursive-include fabio/ext *.c *.h *.pyx
recursive-exclude test/tiftest *
recursive-exclude test/testimages *
recursive-exclude testimages *
recursive-exclude fabio.egg-info *
recursive-exclude build *
recursive-exclude dist *
recursive-exclude pylint *
include version.py
include stdeb.cfg
include setup.cfg
exclude MANIFEST
include MANIFEST.in
include build-deb.sh
include run_tests.py
include bootstrap.py
include README.rst
include copyright
include requirements.txt
include pyproject.toml
#Include doc without checkpoints
recursive-include doc *
recursive-exclude doc .ipynb_checkpoints/*.ipynb