Skip to content

Commit

Permalink
double check inclusion of config files
Browse files Browse the repository at this point in the history
  • Loading branch information
FadyCoding committed Jul 11, 2024
1 parent 295694d commit 86168c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
version=VERSION,
packages=find_packages(include=["debiaiServer", "debiaiServer.*"]),
include_package_data=True,
package_data={"debiaiServer": ["swagger.yaml"]},
package_data={"debiaiServer": ["swagger.yaml", "config.env", "config.ini"]},
install_requires=[
"Flask==2.0.3",
"flask_cors==3.0.8",
Expand Down

0 comments on commit 86168c0

Please sign in to comment.