Skip to content

Commit

Permalink
Add static to setup.py (#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl authored Oct 29, 2024
1 parent be90e4f commit 929fe9c
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 929fe9c

Please sign in to comment.