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