aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 00:13:44 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-15 00:13:44 +0200
commite130a18d3c46f311d095819ab901b2fca57fcea3 (patch)
treefce9b549ace62d6085a65c584642f466f0ca17d9 /setup.py
parent46123a0a78149a8832e9201f33de3a8dfa520c4b (diff)
downloadpyParrotZikTCP-e130a18d3c46f311d095819ab901b2fca57fcea3.tar.xz
pyParrotZikTCP-e130a18d3c46f311d095819ab901b2fca57fcea3.zip
Create message class.
Diffstat (limited to '')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index de58f17..9bb3ae7 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ setup(
'BeautifulSoup', 'bluetooth'
],
- py_modules=['ParrotZik', 'ParrotProtocol', 'resource_manager'],
+ py_modules=['ParrotZik', 'message', 'resource_manager'],
scripts=["ParrotZikTray"]
)