File: MANIFEST.in

package info (click to toggle)
rasterio 1.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 22,744 kB
  • sloc: python: 23,119; sh: 947; makefile: 275; xml: 29
file content (13 lines) | stat: -rw-r--r-- 403 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
exclude *.rst *.txt *.py
include CHANGES.txt AUTHORS.txt LICENSE.txt README.rst setup.py pyproject.toml
include rasterio/*.pyx
include rasterio/*.pxd
include rasterio/*.pxi
exclude rasterio/*.c
exclude rasterio/*.cpp
recursive-include examples *.py
recursive-include tests *.py *.rst
recursive-exclude tests/data *.tif
recursive-include tests/data *.txt
recursive-include docs *.rst
exclude MANIFEST.in