Skip to content

Commit

Permalink
Fix name in tool.poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-narozniak committed Sep 20, 2023
1 parent 589d880 commit 07399c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/e2e/pytorch/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["poetry-core>=1.4.0"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "fds-integration-pytorch"
name = "fds-e2e-pytorch"
version = "0.1.0"
description = "Flower Datasets with PyTorch"
authors = ["The Flower Authors <[email protected]>"]
Expand Down

0 comments on commit 07399c0

Please sign in to comment.