Skip to content

Commit 746f7a0

Browse files
committed
chore: capitalize Project-URL labels
1 parent f5aee34 commit 746f7a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ dependencies = [
3939
"copier>=9.6",
4040
"copier-template-extensions>=0.3.2",
4141
]
42-
urls.changelog = "https://github.com/leodevian/modern-python/blob/main/CHANGELOG.md"
43-
urls.documentation = "https://github.com/leodevian/modern-python/tree/main/docs"
44-
urls.homepage = "https://github.com/leodevian/modern-python"
45-
urls.issues = "https://github.com/leodevian/modern-python/issues"
46-
urls.repository = "https://github.com/leodevian/modern-python"
42+
urls.Changelog = "https://github.com/leodevian/modern-python/blob/main/CHANGELOG.md"
43+
urls.Documentation = "https://github.com/leodevian/modern-python/tree/main/docs"
44+
urls.Homepage = "https://github.com/leodevian/modern-python"
45+
urls.Issues = "https://github.com/leodevian/modern-python/issues"
46+
urls.Repository = "https://github.com/leodevian/modern-python"
4747

4848
[dependency-groups]
4949
dev = [

0 commit comments

Comments
 (0)