From 5bd7f3c3d37351c14cb79be648cfa0a22e24b420 Mon Sep 17 00:00:00 2001 From: Andy Casey Date: Wed, 15 Oct 2014 16:10:05 +0100 Subject: [PATCH] Updated setup.py to reference README.md instead of README.rst (no longer present). Otherwise ``python setup.py install`` fails to find README.rst. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 767f944..ca38cd0 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def read(fname): author="James Davenport", # author_email="", description="Cubehelix colormaps for matplotlib", - long_description=read('README.rst'), + long_description=read('README.md'), # license="BSD", py_modules=['cubehelix'], classifiers=[