3
0
Fork 0

feat: add util.resource_path() function

need that now that we have configurable mako template paths
This commit is contained in:
Lance Edgar 2024-08-26 10:12:52 -05:00
parent 94868bbaa9
commit b401fac04f
3 changed files with 84 additions and 0 deletions

View file

@ -27,6 +27,7 @@ classifiers = [
requires-python = ">= 3.8"
dependencies = [
'importlib-metadata; python_version < "3.10"',
"importlib_resources ; python_version < '3.9'",
"progress",
"python-configuration",
]