File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Updated Pyprojrect Metadata
2
+
3
+ Fixed some typos and specified the project's readme rather than the repo's.
4
+
Original file line number Diff line number Diff line change @@ -29,12 +29,14 @@ dependencies = [
29
29
" hatch-vcs>=0.3.0,<1.0.0"
30
30
]
31
31
32
+ [project .entry-points .hatch ]
33
+ vcs-tunable = " hatch_vcs_tunable.hooks"
32
34
33
35
[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"
35
37
Issues = " https://github.com/Opentrons/hatch-plugins/issues"
36
38
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"
38
40
39
41
[tool .hatch .version ]
40
42
source = " vcs"
You can’t perform that action at this time.
0 commit comments