mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-19 10:47:06 +00:00
Making PyPi markdown friendly requires additional property (#11093)
* updating python markdown property * adding to samples
This commit is contained in:
@@ -35,6 +35,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
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user