Skip to content

Commit 965d39b

Browse files
Merge pull request #34 from KeyValueSoftwareSystems/fix_py
fix: python package name
2 parents 899ed9e + ef698ae commit 965d39b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ all = [
5555
]
5656

5757
[project.urls]
58-
Homepage = "https://github.com/siren/agent-toolkit"
59-
Repository = "https://github.com/siren/agent-toolkit.git"
58+
Homepage = "https://github.com/KeyValueSoftwareSystems/siren-agent-toolkit"
59+
Repository = "https://github.com/KeyValueSoftwareSystems/siren-agent-toolkit.git"
6060
Documentation = "https://docs.trysiren.io"
61-
"Bug Tracker" = "https://github.com/siren/agent-toolkit/issues"
61+
"Bug Tracker" = "https://github.com/KeyValueSoftwareSystems/siren-agent-toolkit/issues"
6262

6363
[tool.hatch.build.targets.wheel]
64-
packages = ["siren_agent_toolkit"]
64+
packages = ["agenttoolkit"]
6565

6666
[tool.black]
6767
line-length = 88

0 commit comments

Comments
 (0)