Skip to content

Commit 1c481c7

Browse files
authored
hatch-vcs-tunable: pyproject updates (#5)
Some small pyproject updates for typos and correctness.
1 parent dc0e165 commit 1c481c7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Updated Pyprojrect Metadata
2+
3+
Fixed some typos and specified the project's readme rather than the repo's.
4+

hatch-vcs-tunable/pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ dependencies = [
2929
"hatch-vcs>=0.3.0,<1.0.0"
3030
]
3131

32+
[project.entry-points.hatch]
33+
vcs-tunable = "hatch_vcs_tunable.hooks"
3234

3335
[project.urls]
34-
Documentation = "https://github.com/Opentrons/hatch-plugins#readme"
36+
Documentation = "https://github.com/Opentrons/hatch-plugins/tree/main/hatch-vcs-tunable#readme"
3537
Issues = "https://github.com/Opentrons/hatch-plugins/issues"
3638
Source = "https://github.com/Opentrons/hatch-plugins/tree/main/hatch-vcs-tunable"
37-
Chnagelog = "https://github.com/Opentrons/hatch-plugins/tree/main/hatch-vcs-tunable/CHANGES.md"
39+
Changelog = "https://github.com/Opentrons/hatch-plugins/tree/main/hatch-vcs-tunable/CHANGES.md"
3840

3941
[tool.hatch.version]
4042
source = "vcs"

0 commit comments

Comments
 (0)