Skip to content

Commit

Permalink
add sql files to wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
rfletchr committed Oct 1, 2024
1 parent e568f53 commit 421d810
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 @@ -28,6 +28,7 @@ def run(self):
version="0.4.0",
description="Cocktail",
package_dir={"": "src"},
package_data={"": ["**/*.sql"]},
packages=find_namespace_packages(where="src"),
install_requires=[
"PySide6",
Expand Down

0 comments on commit 421d810

Please sign in to comment.