Skip to content

Commit

Permalink
Include static
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Oct 29, 2024
1 parent 57198c5 commit fc4837b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@
packages=setuptools.find_packages(where=".", include=["apptax*"]),
package_data={
"apptax": ["**/templates/**/*.html"],
"apptax": ["**/static/**/*"],
"apptax.migrations": ["alembic.ini", "script.py.mako", "data/*.sql"],
"apptax.migrations": ["alembic.ini", "script.py.mako", "data/*.sql"],
"apptax.taxonomie.commands.migrate_taxref": ["data/*.sql", "data/*/*.sql"],
},
install_requires=(
list(open("requirements-common.in", "r")) + list(open("requirements-dependencies.in", "r"))
Expand Down

0 comments on commit fc4837b

Please sign in to comment.