Skip to content

Commit ec8eb4f

Browse files
fix: the homepage/git repo links were broken in the pyproject.toml and in pypi (#16)
Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
1 parent a04be74 commit ec8eb4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ where = ["src"]
5050

5151

5252
[project.urls]
53-
Homepage = "https://github.com/foundation-model-stack/tuning_config_recommender"
54-
Issues = "https://github.com/foundation-model-stack/tuning_config_recommender/issues"
53+
Homepage = "https://github.com/foundation-model-stack/tuning-config-recommender"
54+
Issues = "https://github.com/foundation-model-stack/tuning-config-recommender/issues"
5555

5656
[tool.isort]
5757
profile = "black"

0 commit comments

Comments
 (0)