From 6576946ae1e46b8b80960132671c43a297744e7c Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 6 Aug 2024 10:41:01 -0500 Subject: [PATCH] fix: define `app_dist` instead of `app_package` for Theo for use with `app.get_version()` calls --- theo/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theo/config.py b/theo/config.py index fa6b006..7842e17 100644 --- a/theo/config.py +++ b/theo/config.py @@ -37,7 +37,7 @@ class TheoConfig(ConfigExtension): # this is the "Theo" app config.setdefault('rattail', 'app_title', "Theo") - config.setdefault('rattail', 'app_package', 'theo') + config.setdefault('rattail', 'app_dist', 'tailbone-theo') config.setdefault('tailbone.static_libcache.module', 'theo.web.static') # menus