Skip to content

Commit

Permalink
Add static to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Oct 29, 2024
1 parent 8cd6d28 commit 0a40c2f
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 @@ -20,7 +20,7 @@
version=version,
packages=setuptools.find_packages(where=".", include=["apptax*"]),
package_data={
"apptax": ["**/templates/**/*.html"],
"apptax": ["**/templates/**/*.html", "**/static/**/*"],
"apptax.migrations": ["alembic.ini", "script.py.mako", "data/*.sql"],
"apptax.taxonomie.commands.migrate_taxref": ["data/*.sql", "data/*/*.sql"],
},
Expand Down

0 comments on commit 0a40c2f

Please sign in to comment.