Skip to content

Commit

Permalink
Correct naming
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Nov 28, 2023
1 parent 8c887cc commit 0da3c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/vertical-fl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ requires = ["poetry-core>=1.4.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "quickstart-pytorch"
name = "vertical-fl"
version = "0.1.0"
description = "PyTorch Federated Learning Quickstart with Flower"
description = "PyTorch Vertical FL with Flower"
authors = ["The Flower Authors <[email protected]>"]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 0da3c7f

Please sign in to comment.