fix: define app_dist instead of app_package for Theo

for use with `app.get_version()` calls
This commit is contained in:
Lance Edgar 2024-08-06 10:41:01 -05:00
parent 2fda18c6cc
commit 6576946ae1

View file

@ -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