summaryrefslogtreecommitdiff
path: root/MANIFEST.in
blob: 84aa39f3150cc7627620d6ffaf84c265e74dae7d (plain)
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
# 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