Skip to content

Commit 6f6f1a6

Browse files
committed
fix
1 parent 38d48da commit 6f6f1a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@ dev = [
5050
]
5151

5252
[project.urls]
53-
homepage = "https://docs.apify.com/api/client/python/"
54-
apify_homepage = "https://apify.com"
55-
changelog = "https://github.com/apify/apify-client-python/blob/master/CHANGELOG.md"
56-
documentation = "https://docs.apify.com/api/client/python/"
57-
issue_tracker = "https://github.com/apify/apify-client-python/issues"
58-
repository = "https://github.com/apify/apify-client-python"
53+
"Homepage" = "https://docs.apify.com/api/client/python/"
54+
"Apify homepage" = "https://apify.com"
55+
"Changelog" = "https://github.com/apify/apify-client-python/blob/master/CHANGELOG.md"
56+
"Documentation" = "https://docs.apify.com/api/client/python/"
57+
"Issue tracker" = "https://github.com/apify/apify-client-python/issues"
58+
"Repository" = "https://github.com/apify/apify-client-python"
5959

6060
[tool.hatch.build.targets.wheel]
6161
packages = ["src/apify_client"]

0 commit comments

Comments
 (0)