Explorar o código

rename rst to md

hongws %!s(int64=8) %!d(string=hai) anos
pai
achega
d923b32834
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',