@@ -12,6 +12,7 @@ readme = "README.md"
12
12
requires-python = " >=3.9"
13
13
classifiers = [
14
14
" Development Status :: 5 - Production/Stable" ,
15
+ " Environment :: Console" ,
15
16
" Intended Audience :: Developers" ,
16
17
" License :: OSI Approved :: Apache Software License" ,
17
18
" Operating System :: OS Independent" ,
@@ -51,12 +52,14 @@ dependencies = [
51
52
scrapy = [" scrapy>=2.11.0" ]
52
53
53
54
[project .urls ]
54
- "Homepage" = " https://docs.apify.com/sdk/python/"
55
- "Apify homepage" = " https://apify.com"
55
+ "Apify Homepage" = " https://apify.com"
56
56
"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"
60
63
61
64
[dependency-groups ]
62
65
dev = [
0 commit comments