Skip to content

Commit c2ccfa8

Browse files
committed
Update pyproject
1 parent 36c718e commit c2ccfa8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = "twitchio"
77
authors = [{ name = "PythonistaGuild" }]
88
dynamic = ["dependencies", "version"]
9-
description = "A fully asynchronous and modern Python wrapper around the Twitch API."
9+
description = "A powerful, asynchronous Python library for twitch.tv."
1010
readme = "README.md"
1111
requires-python = ">=3.11"
1212
classifiers = [
@@ -24,7 +24,9 @@ classifiers = [
2424
]
2525

2626
[project.urls]
27-
"Homepage" = "https://github.com/PythonistaGuild/TwitchIO"
27+
Homepage = "https://github.com/PythonistaGuild/TwitchIO"
28+
Documentation = "https://twitchio.dev"
29+
"Issue tracker" = "https://github.com/PythonistaGuild/TwitchIO/issues"
2830

2931
[tool.setuptools]
3032
packages = [

0 commit comments

Comments
 (0)