Skip to content

Commit d1e781c

Browse files
committed
update urls
1 parent 6aa4f66 commit d1e781c

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

hatch.toml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,15 @@ macos-max-compat = false
7272
[build]
7373
packages = ["src/codegen"]
7474

75-
[metadata.hooks.vcs]
76-
Homepage = "https://github.com/codegen-sh/codegen-sdk"
77-
source_archive = "https://github.com/codegen-sh/codegen-sdk/archive/{commit_hash}.zip"
78-
75+
[metadata.hooks.vcs.urls]
76+
Homepage = "https://www.codegen.com/"
77+
Repository = "https://github.com/codegen-sh/codegen-sdk"
78+
download = "https://github.com/codegen-sh/codegen-sdk/archive/{commit_hash}.zip"
79+
Changelog = "https://docs.codegen.com/changelog/changelog"
80+
Releasenotes = "https://github.com/codegen-sh/codegen-sdk/releases"
81+
Issues = "https://github.com/codegen-sh/codegen-sdk/issues"
82+
Documentation = "https://docs.codegen.sh"
83+
Playground = "https://www.codegen.sh/"
7984

8085
[build.targets.wheel.hooks.custom]
8186
enable-by-default = false

0 commit comments

Comments
 (0)