Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ include = ["team*"]
exclude = ["tests*", "examples*"]

[tool.setuptools.package-data]
team = ["templates/*.j2", "docker/*"]
team = ["templates/*.j2", "docker/*", "personas/*.yaml"]
4 changes: 2 additions & 2 deletions team/persona_library.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
# Paths
# --------------------------------------------------------------------------- #

# Built-in personas directory — sibling of this file's package root.
_BUILTIN_DIR = Path(__file__).parent.parent / "personas"
# Built-in personas directory — shipped inside the team package.
_BUILTIN_DIR = Path(__file__).parent / "personas"


def _persona_dirs() -> list[tuple[Path, str]]:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading