convert README from md to rst

This commit is contained in:
debugtalk
2017-11-08 21:35:49 +08:00
parent f259ecd6a6
commit d420f2af3d
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()