Browse Source

rename rst to md

hongws 8 years ago
parent
commit
d923b32834
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -15,7 +15,7 @@ def read(fname):
 authors = read('AUTHORS.rst')
 history = read('HISTORY.rst').replace('.. :changelog:', '')
 licence = read('LICENSE.rst')
-readme = read('README.rst')
+readme = read('README.md')
 
 requirements = read('requirements.txt').splitlines() + [
     'setuptools',