Skip to content

Commit 285c6ec

Browse files
authored
Fix setup after adding new package in #303 (#304)
1 parent 94882d3 commit 285c6ec

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

setup.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77

88
setup(
99
name="PySwitchbot",
10-
packages=["switchbot", "switchbot.devices", "switchbot.adv_parsers"],
10+
packages=[
11+
"switchbot",
12+
"switchbot.devices",
13+
"switchbot.const",
14+
"switchbot.adv_parsers",
15+
],
1116
install_requires=[
1217
"aiohttp>=3.9.5",
1318
"bleak>=0.19.0",

0 commit comments

Comments
 (0)