Skip to content

Commit ac2e786

Browse files
saigiridhar21spasumarthi21
authored andcommitted
fix(metadata): Adding default values for contact details and license fields
1 parent 17bc488 commit ac2e786

File tree

1 file changed

+2
-2
lines changed
  • samples/openapi3/client/petstore/python

1 file changed

+2
-2
lines changed

samples/openapi3/client/petstore/python/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
name=NAME,
2828
version=VERSION,
2929
description="OpenAPI Petstore",
30-
author="",
31-
author_email="",
30+
author="OpenAPI Generator community",
31+
author_email="[email protected]",
3232
url="",
3333
keywords=["OpenAPI", "OpenAPI-Generator", "OpenAPI Petstore"],
3434
install_requires=REQUIRES,

0 commit comments

Comments
 (0)