convert README from md to rst

This commit is contained in:
httprunner
2017-11-08 21:35:49 +08:00
parent ff570e3973
commit 49c389d1e7
5 changed files with 58 additions and 41 deletions

View File

@@ -4,7 +4,7 @@ import io
from httprunner import __version__
from setuptools import find_packages, setup
with io.open("README.md", encoding='utf-8') as f:
with io.open("README.rst", encoding='utf-8') as f:
long_description = f.read()
install_requires = open("requirements.txt").readlines()