Skip to content

Commit

Permalink
fix(framework:cli): Add necessary components to pyproject.toml (#3310)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Apr 23, 2024
1 parent 6716f89 commit f7ace92
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/py/flwr/cli/new/templates/app/pyproject.sklearn.toml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ dependencies = [

[tool.hatch.build.targets.wheel]
packages = ["."]

[flower.components]
serverapp = "$project_name.server:app"
clientapp = "$project_name.client:app"

0 comments on commit f7ace92

Please sign in to comment.