Skip to content

Commit 54bd8df

Browse files
Updates Python package info
1 parent f95f3fc commit 54bd8df

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

openapi-config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ additionalProperties:
77
packageVersion: 1.0.0-beta2301
88
sortModelPropertiesByRequiredFlag: true
99
legacyDiscriminatorBehavior: true
10+
packageAuthor: Dropbox Sign API Team
11+
packageUrl: https://github.com/hellosign/dropbox-sign-python
12+
infoName: Official Python SDK for the Dropbox Sign API
1013
files:
1114
event_callback_helper.mustache:
1215
templateType: SupportingFiles

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
name=NAME,
3030
version=VERSION,
3131
description="Dropbox Sign API",
32-
author="OpenAPI Generator community",
32+
author="Dropbox Sign API Team",
3333
author_email="apisupport@hellosign.com",
34-
url="",
34+
url="https://github.com/hellosign/dropbox-sign-python",
3535
keywords=["OpenAPI", "OpenAPI-Generator", "Dropbox Sign API"],
3636
python_requires=">=3.7",
3737
install_requires=REQUIRES,

templates/setup.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ setup(
3333
name=NAME,
3434
version=VERSION,
3535
description="{{appName}}",
36-
author="{{infoName}}{{^infoName}}OpenAPI Generator community{{/infoName}}",
36+
author="{{packageAuthor}}",
3737
author_email="{{infoEmail}}{{^infoEmail}}team@openapitools.org{{/infoEmail}}",
3838
url="{{packageUrl}}",
3939
keywords=["OpenAPI", "OpenAPI-Generator", "{{{appName}}}"],

0 commit comments

Comments
 (0)