瀏覽代碼

rename rst to md

hongws 8 年之前
父節點
當前提交
d923b32834
共有 1 個文件被更改,包括 1 次插入1 次删除
  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',