Skip to content

Commit

Permalink
Add eventsub package to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jul 27, 2021
1 parent 686f6b4 commit eaf745b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,13 @@
author="TwitchIO",
url="https://github.com/TwitchIO/TwitchIO",
version=VERSION,
packages=["twitchio", "twitchio.ext.commands", "twitchio.ext.pubsub", "twitchio.ext.routines"],
packages=[
"twitchio",
"twitchio.ext.commands",
"twitchio.ext.pubsub",
"twitchio.ext.routines",
"twitchio.ext.eventsub",
],
license="MIT",
description="An asynchronous Python IRC and API wrapper for Twitch.",
long_description=readme,
Expand Down

0 comments on commit eaf745b

Please sign in to comment.