File: MANIFEST.in

package info (click to toggle)
python-imageio 2.37.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,016 kB
  • sloc: python: 26,044; makefile: 138
file content (12 lines) | stat: -rw-r--r-- 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
include LICENSE README.md CONTRIBUTORS.txt
recursive-include docs *
prune docs/_build
prune docs/ext/__pycache__

include tests/*.py tests/*.md

global-exclude .git*
global-exclude *.pyo
global-exclude *.pyc
global-include *.pyi
global-include *.typed