Skip to content

Commit

Permalink
Remove option 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 e72576d commit 2c2acd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"apptax": ["**/templates/**/*.html", "**/static/**/*"],
"apptax.migrations": ["alembic.ini", "script.py.mako", "data/*.sql"],
"apptax.taxonomie.commands.migrate_taxref": ["data/*.sql", "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 2c2acd2

Please sign in to comment.