Skip to content

Commit

Permalink
Add forgotten extension
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll committed Apr 12, 2024
1 parent 6e326df commit 16f8354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/flwr/cli/new/new.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def new(

# List of files to render
files = {
".gitignore": {"template": "app/.gitignore"},
".gitignore": {"template": "app/.gitignore.tpl"},
"README.md": {"template": "app/README.md.tpl"},
"flower.toml": {"template": "app/flower.toml.tpl"},
"pyproject.toml": {"template": f"app/pyproject.{framework_str}.toml.tpl"},
Expand Down

0 comments on commit 16f8354

Please sign in to comment.