mirror of
https://github.com/rasterio/rasterio.git
synced 2025-12-08 17:36:12 +00:00
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
exclude *.rst *.txt *.py
|
|
include CHANGES.txt AUTHORS.txt LICENSE.txt VERSION.txt README.rst setup.py
|
|
include rasterio/rasterfill.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
|