Register using the long description from README.rst

This commit is contained in:
Sean Gillies 2013-11-19 15:52:48 -07:00
parent 79725eb911
commit 46bfbbf073

View File

@ -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',