소스 검색

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',