BUG: Exclude *.cpp from dist (#2340)

This commit is contained in:
Alan D. Snow 2021-11-30 19:16:13 -06:00 committed by GitHub
parent b27ca00679
commit d26743c4b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,7 @@ 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