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

@@ -49,4 +49,4 @@ setup(
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
""", # noqa: E501
package_data={"petstore_api": ["py.typed"]},
)
)