diff --git a/voxvera/cli.py b/voxvera/cli.py index 5360362..598dccc 100644 --- a/voxvera/cli.py +++ b/voxvera/cli.py @@ -12,8 +12,8 @@ from importlib.resources.abc import Traversable from InquirerPy import prompt, inquirer from rich.console import Console -# project root -ROOT = Path(__file__).resolve().parent.parent +# package root (contains bundled templates and src/) +ROOT = Path(__file__).resolve().parent def _template_res(*parts) -> Traversable: