feat: add util.resource_path()
function
need that now that we have configurable mako template paths
This commit is contained in:
parent
94868bbaa9
commit
b401fac04f
3 changed files with 84 additions and 0 deletions
|
@ -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",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue