@@ -12,6 +12,7 @@ readme = "README.md"
1212requires-python = " >=3.9"
1313classifiers = [
1414 " Development Status :: 5 - Production/Stable" ,
15+ " Environment :: Console" ,
1516 " Intended Audience :: Developers" ,
1617 " License :: OSI Approved :: Apache Software License" ,
1718 " Operating System :: OS Independent" ,
@@ -51,12 +52,14 @@ dependencies = [
5152scrapy = [" scrapy>=2.11.0" ]
5253
5354[project .urls ]
54- "Homepage" = " https://docs.apify.com/sdk/python/"
55- "Apify homepage" = " https://apify.com"
55+ "Apify Homepage" = " https://apify.com"
5656"Changelog" = " https://docs.apify.com/sdk/python/docs/changelog"
57- "Documentation" = " https://docs.apify.com/sdk/python/"
58- "Issue tracker" = " https://github.com/apify/apify-sdk-python/issues"
59- "Repository" = " https://github.com/apify/apify-sdk-python"
57+ "Discord" = " https://discord.com/invite/jyEM2PRvMU"
58+ "Documentation" = " https://docs.apify.com/sdk/python/docs/overview/introduction"
59+ "Homepage" = " https://docs.apify.com/sdk/python/"
60+ "Issue Tracker" = " https://github.com/apify/apify-sdk-python/issues"
61+ "Release Notes" = " https://docs.apify.com/sdk/python/docs/upgrading/upgrading-to-v2"
62+ "Source Code" = " https://github.com/apify/apify-sdk-python"
6063
6164[dependency-groups ]
6265dev = [
0 commit comments