rasterio/MANIFEST.in
2021-11-30 18:16:13 -07:00

14 lines
415 B
Plaintext

exclude *.rst *.txt *.py
include CHANGES.txt AUTHORS.txt LICENSE.txt VERSION.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