Skip to content

Commit

Permalink
Add include_package_data
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Oct 29, 2024
1 parent fc4837b commit 05a8296
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 @@ -25,6 +25,7 @@
"apptax.migrations": ["alembic.ini", "script.py.mako", "data/*.sql"],
"apptax.migrations": ["alembic.ini", "script.py.mako", "data/*.sql"],
},
include_package_data=True,
install_requires=(
list(open("requirements-common.in", "r")) + list(open("requirements-dependencies.in", "r"))
),
Expand Down

0 comments on commit 05a8296

Please sign in to comment.