File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66name = " twitchio"
77authors = [{ name = " PythonistaGuild" }]
88dynamic = [" 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 ."
1010readme = " README.md"
1111requires-python = " >=3.11"
1212classifiers = [
@@ -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 ]
3032packages = [
You can’t perform that action at this time.
0 commit comments