From 3d481dbf1396d6ee2cdb6f8f13c710d90f0d9cc8 Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Mon, 2 May 2016 15:57:17 +0800 Subject: [PATCH] fix bug of setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0f64732..aab3f19 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open('requirements.txt') as f: def long_description(): - with codecs.open('README.rst', 'r') as f: + with codecs.open('README.md', 'r') as f: return f.read() setup(