File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,14 @@ dependencies = [
29
29
" more_itertools>=10.0.0" ,
30
30
]
31
31
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
+
32
40
[dependency-groups ]
33
41
dev = [
34
42
" build~=1.2.0" ,
@@ -49,14 +57,6 @@ dev = [
49
57
" setuptools~=75.8.0" , # setuptools are used by pytest but not explicitly required
50
58
]
51
59
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
-
60
60
[tool .hatch .build .targets .wheel ]
61
61
packages = [" src/apify_client" ]
62
62
You can’t perform that action at this time.
0 commit comments