bugfix: generate correct setup.pi when no paths are specified (#20098)

This commit is contained in:
loic-seguin
2024-12-17 03:58:26 +01:00
committed by GitHub
parent e87c4ea6c0
commit b01c8be47f
7 changed files with 46 additions and 11 deletions

View File

@@ -48,4 +48,4 @@ setup(
Echo Server API
""", # noqa: E501
package_data={"openapi_client": ["py.typed"]},
)
)