From 05a8296b306931ca555e5bf23af6ae3afd4b5f42 Mon Sep 17 00:00:00 2001 From: amandine-sahl Date: Tue, 29 Oct 2024 15:31:56 +0100 Subject: [PATCH] Add include_package_data --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 4347996b..5721f6e7 100644 --- a/setup.py +++ b/setup.py @@ -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")) ),