There was an error while loading. Please reload this page.
1 parent d79c1d5 commit f13a9e2Copy full SHA for f13a9e2
1 file changed
pyproject.toml
@@ -30,6 +30,13 @@ intent-verify = "intent_verify.cli:main"
30
[project.optional-dependencies]
31
dev = ["pytest>=8.0", "ruff>=0.5"]
32
33
+[project.urls]
34
+Homepage = "https://github.com/hermes-labs-ai/intent-verify"
35
+Documentation = "https://github.com/hermes-labs-ai/intent-verify#readme"
36
+Repository = "https://github.com/hermes-labs-ai/intent-verify"
37
+Issues = "https://github.com/hermes-labs-ai/intent-verify/issues"
38
+Changelog = "https://github.com/hermes-labs-ai/intent-verify/blob/main/CHANGELOG.md"
39
+
40
[tool.setuptools]
41
package-dir = {"" = "src"}
42
0 commit comments