Skip to content

Commit 03c1c03

Browse files
committed
Wrong location fix
1 parent 8b8d284 commit 03c1c03

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ classifiers = [
2121
"Typing :: Typed",
2222
]
2323

24-
[project.urls]
25-
Homepage = "https://github.com/krackenservices/scp-sdk"
26-
Documentation = "https://systemcapabilityprotocol.com/"
27-
Repository = "https://github.com/krackenservices/scp-sdk.git"
28-
Issues = "https://github.com/krackenservices/scp-sdk/issues"
2924
dependencies = [
3025
"pydantic>=2.0",
3126
"pydantic-yaml>=1.3.0",
@@ -44,6 +39,12 @@ runtime = [
4439
"opentelemetry-instrumentation>=0.41b0",
4540
]
4641

42+
[project.urls]
43+
Homepage = "https://github.com/krackenservices/scp-sdk"
44+
Documentation = "https://systemcapabilityprotocol.com/"
45+
Repository = "https://github.com/krackenservices/scp-sdk.git"
46+
Issues = "https://github.com/krackenservices/scp-sdk/issues"
47+
4748
[build-system]
4849
requires = ["hatchling"]
4950
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)