rasterio/MANIFEST.in
Sean Gillies a86f9fe579 Final layout tweaks.
Remove test data from sdists. Check for it when running tests and
direct users to download location. No automated download... I don't
expect many users to be running the tests from an sdist.

Closes #133.
2014-09-02 09:57:44 -06:00

9 lines
287 B
Plaintext

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