forked from loafle/openapi-generator-original
fix slash in python aiohttp files (#16463)
This commit is contained in:
@@ -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']},
|
||||
|
||||
Reference in New Issue
Block a user