Skip to content

Commit 43988e2

Browse files
authored
Minor tweak to repo URL
This is to prevent the "homepage" link on the PyPI project page from causing HTTP 404 responses.
1 parent 248050c commit 43988e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies = [
3232
]
3333

3434
[project.urls]
35-
homepage = "https://github.com/pythonarcade/pytile_parser"
35+
homepage = "https://github.com/pythonarcade/pytiled_parser"
3636

3737
[project.optional-dependencies]
3838
zstd = [

0 commit comments

Comments
 (0)