Update setup.py

Project: http://git-wip-us.apache.org/repos/asf/climate/repo
Commit: http://git-wip-us.apache.org/repos/asf/climate/commit/6aeea70c
Tree: http://git-wip-us.apache.org/repos/asf/climate/tree/6aeea70c
Diff: http://git-wip-us.apache.org/repos/asf/climate/diff/6aeea70c

Branch: refs/heads/master
Commit: 6aeea70c04dac0dc2473b60dd6932df048a41389
Parents: 85fd789
Author: Prateek Chanda <prateekko...@gmail.com>
Authored: Tue Jun 19 08:33:42 2018 +0530
Committer: GitHub <nore...@github.com>
Committed: Tue Jun 19 08:33:42 2018 +0530

----------------------------------------------------------------------
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/climate/blob/6aeea70c/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 0dbb9bf..e9e77e9 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ try:
         to='rst',
         outputfile='README.rst')
 except(IOError, ImportError):
-    _long_description = open('README.md').read()
+    _long_description = open('README.rst').read()
 
 open('doc.txt', 'w').write(_long_description)
 

Reply via email to