From daa49534963aba637c30717beff0a245c555f309 Mon Sep 17 00:00:00 2001 From: Aaron Curtis Date: Mon, 23 Oct 2017 21:25:33 -0700 Subject: [PATCH] Correct the reference to the readme This was causing setup.py install to fail on my machine. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cda07f0..00e1ed6 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ packages=['nanoleaf'], version=gitVersion, description='Python interface for Nanoleaf Aurora.', - long_description=open('README.rst', 'r').read(), + long_description=open('README.md', 'r').read(), author='Anthony Bryan', author_email='projects@anthonybryan.net', url='https://github.com/software-2/nanoleaf',