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 = [
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 ]
3341dev = [
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 ]
6161packages = [" src/apify_client" ]
6262
You can’t perform that action at this time.
0 commit comments