Skip to content

Commit 494c595

Browse files
committed
reorder
1 parent 88f0c50 commit 494c595

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ dependencies = [
2929
"more_itertools>=10.0.0",
3030
]
3131

32+
[project.urls]
33+
"Homepage" = "https://docs.apify.com/api/client/python/"
34+
"Apify homepage" = "https://apify.com"
35+
"Changelog" = "https://github.com/apify/apify-client-python/blob/master/CHANGELOG.md"
36+
"Documentation" = "https://docs.apify.com/api/client/python/"
37+
"Issue tracker" = "https://github.com/apify/apify-client-python/issues"
38+
"Repository" = "https://github.com/apify/apify-client-python"
39+
3240
[dependency-groups]
3341
dev = [
3442
"build~=1.2.0",
@@ -49,14 +57,6 @@ dev = [
4957
"setuptools~=75.8.0", # setuptools are used by pytest but not explicitly required
5058
]
5159

52-
[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"
59-
6060
[tool.hatch.build.targets.wheel]
6161
packages = ["src/apify_client"]
6262

0 commit comments

Comments
 (0)