Skip to content

Commit 27291c4

Browse files
committed
FIX: Use https schema for download location (was: http)
* Remove OLD pypi server URL, too
1 parent 9733e47 commit 27291c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dynamic = ["version"]
5454

5555
[project.urls]
5656
Homepage = "https://github.com/jenisys/parse_type"
57-
Download = "http://pypi.python.org/pypi/parse_type"
57+
Download = "https://pypi.org/project/parse_type/"
5858
"Source Code" = "https://github.com/jenisys/parse_type"
5959
"Issue Tracker" = "https://github.com/jenisys/parse_type/issues/"
6060

0 commit comments

Comments
 (0)