Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed May 20, 2024
1 parent abfe63b commit 6186d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PACKAGE_TEMPLATE/src/{{package_name}}/main.py.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ from rich import print

def hello() -> tuple[str, str]:
"""Return a greeting message and an emoji."""
return "Hello, [bold magenta]World[/bold magenta]!", ":vampire:"
return "Hello from {{ package_name }}, [bold magenta]World[/bold magenta]!", ":vampire:"


def main() -> None:
Expand Down

0 comments on commit 6186d70

Please sign in to comment.