mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
convert README from md to rst
This commit is contained in:
2
setup.py
2
setup.py
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user