rasterio/MANIFEST.in
2017-02-01 18:52:33 +01:00

11 lines
348 B
Plaintext

exclude *.rst *.txt *.py
include CHANGES.txt AUTHORS.txt LICENSE.txt VERSION.txt README.rst setup.py
include rasterio/*.c rasterio/*.cpp
exclude rasterio/_shim.c
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