forked from loafle/openapi-generator-original
[python] Add packageUrl option, replacing infoUrl in setup.py (#4101)
* [python] Add packageUrl option, replacing infoUrl in setup.py . * [python] Regenerate Python petstore sample. * [python] Regenerate Python petstore security test sample.
This commit is contained in:
committed by
wing328
parent
0c1b1aa749
commit
5c53513a30
@@ -22,7 +22,7 @@ setup(
|
||||
version=VERSION,
|
||||
description="{{appName}}",
|
||||
author_email="{{infoEmail}}",
|
||||
url="{{infoUrl}}",
|
||||
url="{{packageUrl}}",
|
||||
keywords=["Swagger", "{{appName}}"],
|
||||
install_requires=REQUIRES,
|
||||
packages=find_packages(),
|
||||
@@ -31,4 +31,4 @@ setup(
|
||||
{{appDescription}}
|
||||
"""
|
||||
)
|
||||
{{/hasMore}}{{/apis}}{{/apiInfo}}
|
||||
{{/hasMore}}{{/apis}}{{/apiInfo}}
|
||||
|
||||
Reference in New Issue
Block a user