Skip to content

Commit df89192

Browse files
committed
Add ext.commands to pyproject
1 parent ee1d8a1 commit df89192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
"Homepage" = "https://github.com/PythonistaGuild/TwitchIO"
2727

2828
[tool.setuptools]
29-
packages = ["twitchio", "twitchio.authentication", "twitchio.web", "twitchio.types_"]
29+
packages = ["twitchio", "twitchio.authentication", "twitchio.web", "twitchio.ext.commands", "twitchio.types_"]
3030

3131
[tool.setuptools.package-data]
3232
twitchio = ["py.typed"]

0 commit comments

Comments
 (0)