Skip to content

Commit eaf745b

Browse files
committed
Add eventsub package to setup.py
1 parent 686f6b4 commit eaf745b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

setup.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,13 @@
5252
author="TwitchIO",
5353
url="https://github.com/TwitchIO/TwitchIO",
5454
version=VERSION,
55-
packages=["twitchio", "twitchio.ext.commands", "twitchio.ext.pubsub", "twitchio.ext.routines"],
55+
packages=[
56+
"twitchio",
57+
"twitchio.ext.commands",
58+
"twitchio.ext.pubsub",
59+
"twitchio.ext.routines",
60+
"twitchio.ext.eventsub",
61+
],
5662
license="MIT",
5763
description="An asynchronous Python IRC and API wrapper for Twitch.",
5864
long_description=readme,

0 commit comments

Comments
 (0)