Making PyPi markdown friendly requires additional property (#11093)

* updating python markdown property

* adding to samples
This commit is contained in:
carmenquan
2022-01-09 08:22:11 -08:00
committed by GitHub
parent e7ca67071e
commit 478219744e
5 changed files with 6 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ setup(
packages=find_packages(exclude=["test", "tests"]),
include_package_data=True,
license="Apache-2.0",
long_description_content_type='text/markdown',
long_description="""\
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ # noqa: E501
"""