We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 899ed9e commit ef698aeCopy full SHA for ef698ae
python/pyproject.toml
@@ -55,13 +55,13 @@ all = [
55
]
56
57
[project.urls]
58
-Homepage = "https://github.com/siren/agent-toolkit"
59
-Repository = "https://github.com/siren/agent-toolkit.git"
+Homepage = "https://github.com/KeyValueSoftwareSystems/siren-agent-toolkit"
+Repository = "https://github.com/KeyValueSoftwareSystems/siren-agent-toolkit.git"
60
Documentation = "https://docs.trysiren.io"
61
-"Bug Tracker" = "https://github.com/siren/agent-toolkit/issues"
+"Bug Tracker" = "https://github.com/KeyValueSoftwareSystems/siren-agent-toolkit/issues"
62
63
[tool.hatch.build.targets.wheel]
64
-packages = ["siren_agent_toolkit"]
+packages = ["agenttoolkit"]
65
66
[tool.black]
67
line-length = 88
0 commit comments