Skip to content

Commit 84722ba

Browse files
committed
Sentence-case the project links
1 parent 961089c commit 84722ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ classifiers = [
2323
[project.urls]
2424
Documentation = "https://ahkpy.readthedocs.io/en/latest/"
2525
Changelog = "https://github.com/Perlence/AutoHotkey.py/blob/master/CHANGES.md"
26-
"Source Code" = "https://github.com/Perlence/AutoHotkey.py"
27-
"Issue Tracker" = "https://github.com/Perlence/AutoHotkey.py/issues"
26+
"Source code" = "https://github.com/Perlence/AutoHotkey.py"
27+
"Issue tracker" = "https://github.com/Perlence/AutoHotkey.py/issues"
2828

2929
[project.scripts]
3030
ahkpy = "ahkpy.launcher:main"

0 commit comments

Comments
 (0)