Skip to content

Commit 55f5e3e

Browse files
authored
chore: update project metadata (#491)
1 parent 49ce41f commit 55f5e3e

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ readme = "README.md"
1212
requires-python = ">=3.9"
1313
classifiers = [
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 = [
5152
scrapy = ["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]
6265
dev = [

0 commit comments

Comments
 (0)