- added localVar prefix to the contentType variable defined in the api.mustache template in the java resttemplate library (#9568)

- rerun generate-samples.sh and export_docs_generators.sh
This commit is contained in:
desmese
2021-05-27 04:24:38 +02:00
committed by GitHub
parent a61db6e596
commit 4f1d8f4699
50 changed files with 600 additions and 599 deletions

View File

@@ -27,9 +27,9 @@ setup(
url="",
keywords=["OpenAPI", "OpenAPI Petstore"],
install_requires=REQUIRES,
packages=find_packages("src/"),
package_dir={"": "src/"},
package_data={'': ['src//openapi/openapi.yaml']},
packages=find_packages("src\"),
package_dir={"": "src\"},
package_data={'': ['src\/openapi/openapi.yaml']},
include_package_data=True,
entry_points={
'console_scripts': ['openapi_server=openapi_server.__main__:main']},