aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index d4a8d96..4600764 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ setup(
'BeautifulSoup', 'pybluez'
],
- packages=['parrot_zik', 'parrot_zik.interface'],
+ packages=['parrot_zik', 'parrot_zik.interface', 'parrot_zik.indicator'],
scripts=["parrot_zik/parrot_zik_tray"],
include_package_data=True,
)