Skip to content

Commit

Permalink
package data to include swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
FadyCoding committed Jul 11, 2024
1 parent 4ee8653 commit a1c6404
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
version=VERSION,
packages=find_packages(include=["debiaiServer", "debiaiServer.*"]),
include_package_data=True,
package_data={"debiaiServer": ["swagger.yaml"]},
install_requires=[
"Flask==2.0.3",
"flask_cors==3.0.8",
Expand Down

0 comments on commit a1c6404

Please sign in to comment.