Skip to content
Snippets Groups Projects
Commit 003b62ee authored by Remco Tukker's avatar Remco Tukker
Browse files

include excel file in release package

parent 8864188f
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,6 @@ include compendium_v2/templates/survey-index.html
recursive-include compendium_v2/migrations/versions *
include compendium_v2/migrations/alembic.ini
recursive-include compendium_v2/background_task/xlsx *
include compendium_v2/conversion/NREN-Services-prefills_2023_Recovered.xlsx
include compendium_v2/routes/survey_model.json
recursive-exclude test *
......@@ -30,7 +30,7 @@ setup_logging()
logger = logging.getLogger('conversion')
EXCEL_FILE = os.path.join(os.path.dirname(__file__), "NREN-Services-prefills 2023_Recovered.xlsx")
EXCEL_FILE = os.path.join(os.path.dirname(__file__), "NREN-Services-prefills_2023_Recovered.xlsx")
def query_nren(nren_id: int):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment