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.
2 parents 159d896 + a6e2698 commit 24d3606Copy full SHA for 24d3606
pyproject.toml
@@ -29,6 +29,11 @@ dynamic = ["version"]
29
[project.entry-points.hatch]
30
nodejs = "hatch_nodejs_version.hooks"
31
32
+[project.urls]
33
+Homepage = "https://github.com/agoose77/hatch-nodejs-version"
34
+"Issue Tracker" = "https://github.com/agoose77/hatch-nodejs-version/issues"
35
+"Source Code" = "https://github.com/agoose77/hatch-nodejs-version"
36
+
37
[tool.hatch.version]
38
path = "hatch_nodejs_version/_version.py"
39
0 commit comments