fix slash in python aiohttp files (#16463)

This commit is contained in:
William Cheng
2023-08-31 15:59:18 +08:00
committed by GitHub
parent 72da3b2c76
commit 07a5920b2f
4 changed files with 15 additions and 7 deletions

View File

@@ -29,7 +29,7 @@ setup(
install_requires=REQUIRES,
packages=find_packages("src/"),
package_dir={"": "src/"},
package_data={'': ['src//openapi/openapi.yaml']},
package_data={'': ['src/openapi/openapi.yaml']},
include_package_data=True,
entry_points={
'console_scripts': ['openapi_server=openapi_server.__main__:main']},