change README.md to README.rst in setup.py

This commit is contained in:
Mateusz Sikora 2014-10-10 17:41:45 +02:00
parent 58e1f70e03
commit 034f9f6633

View File

@ -11,7 +11,7 @@ except ImportError:
import os
here = os.path.dirname(os.path.abspath(__file__))
f = open(os.path.join(here, 'README.md'))
f = open(os.path.join(here, 'README.rst'))
long_description = f.read().strip()
f.close()