Skip to content

Commit

Permalink
Update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 3, 2025
1 parent 36c718e commit c2ccfa8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
name = "twitchio"
authors = [{ name = "PythonistaGuild" }]
dynamic = ["dependencies", "version"]
description = "A fully asynchronous and modern Python wrapper around the Twitch API."
description = "A powerful, asynchronous Python library for twitch.tv."
readme = "README.md"
requires-python = ">=3.11"
classifiers = [
Expand All @@ -24,7 +24,9 @@ classifiers = [
]

[project.urls]
"Homepage" = "https://github.com/PythonistaGuild/TwitchIO"
Homepage = "https://github.com/PythonistaGuild/TwitchIO"
Documentation = "https://twitchio.dev"
"Issue tracker" = "https://github.com/PythonistaGuild/TwitchIO/issues"

[tool.setuptools]
packages = [
Expand Down

0 comments on commit c2ccfa8

Please sign in to comment.