New generator: WSDL (#9545)

* init port

* add outputDir

* fill out current .md

* update samples

Co-authored-by: William Cheng <wing328hk@gmail.com>
This commit is contained in:
adessoDpd
2021-05-28 04:22:28 +02:00
committed by GitHub
parent 73b34ade6a
commit 12c34d4658
50 changed files with 3378 additions and 350 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']},