mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 15:37:35 +08:00
render README of markdown format in pypi
This commit is contained in:
@@ -71,6 +71,7 @@ setup(
|
|||||||
version=about['__version__'],
|
version=about['__version__'],
|
||||||
description=about['__description__'],
|
description=about['__description__'],
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
|
long_description_content_type='text/markdown',
|
||||||
author=about['__author__'],
|
author=about['__author__'],
|
||||||
author_email=about['__author_email__'],
|
author_email=about['__author_email__'],
|
||||||
url=about['__url__'],
|
url=about['__url__'],
|
||||||
|
|||||||
Reference in New Issue
Block a user