diff --git a/setup.py b/setup.py index 24737342..6e361dc5 100644 --- a/setup.py +++ b/setup.py @@ -77,7 +77,7 @@ else: Extension( 'rasterio._io', ['rasterio/_io.c'], **ext_options)] -with open('README.md') as f: +with open('README.rst') as f: readme = f.read() setup(name='rasterio',