Skip to content

Commit 9e0db48

Browse files
committed
fix path for core repo in pyproject.toml
1 parent cd7e412 commit 9e0db48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ autoimport = "^1.6.1"
4040
isort = "^5.13.2"
4141

4242
[project.urls]
43-
Homepage = "https://github.com/stackitcloud/stackit-sdk-python-core"
44-
Issues = "https://github.com/stackitcloud/stackit-sdk-python-core/issues"
43+
Homepage = "https://github.com/stackitcloud/stackit-sdk-python"
44+
Issues = "https://github.com/stackitcloud/stackit-sdk-python/issues"
4545

4646
[build-system]
4747
requires = ["setuptools", "poetry-core"]

0 commit comments

Comments
 (0)