File: MANIFEST.in

package info (click to toggle)
pyfai 0.20.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 78,460 kB
  • sloc: python: 49,743; lisp: 7,059; sh: 225; ansic: 165; makefile: 119
file content (46 lines) | stat: -rw-r--r-- 1,245 bytes parent folder | download | duplicates (2)
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
# Patterns to exclude from any directory
global-exclude *~
global-exclude *.pyc
global-exclude *.pyo
global-exclude .git
global-exclude .ipynb_checkpoints
global-exclude *.h5
global-exclude *.npz
recursive-include package/debian* *
recursive-include pyFAI/ext  *.cpp *.c *.h *.pyx *.pxd *.pxi
recursive-include pyFAI *.py
recursive-exclude pyFAI *.pyc
recursive-include pyFAI/resources/openCL *.cl *.h
recursive-include pyFAI/resources/gui *.ui *.png *.svg
recursive-include pyFAI/resources/calibration *.D
recursive-include dll *.dll
recursive-exclude benchmark *
recursive-exclude test *
recursive-exclude pyFAI.egg-info *
exclude pyFAI.egg-info
recursive-exclude build *
recursive-exclude dist *
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 CHANGELOG.txt
include TODO.txt
include copyright
include requirements.txt
include pyproject.toml

#Include doc without checkpoints or downloaded files
recursive-include doc *
recursive-exclude doc .ipynb_checkpoints/*.ipynb
recursive-exclude doc *.h5
recursive-exclude doc *.npz
recursive-exclude doc *.npy
recursive-exclude doc *.edf
recursive-exclude doc *.edf