aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-14 22:27:44 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-14 23:01:36 +0200
commit4c8ce6673e2efe96a36a2af2b774b3e43cc4a89c (patch)
treeef8c6739db106189750d01cb2616840e1712af06 /setup.py
parent15948fd1d48c64fd7cc885ca0400bcd66daf3f13 (diff)
downloadpyParrotZikTCP-4c8ce6673e2efe96a36a2af2b774b3e43cc4a89c.tar.xz
pyParrotZikTCP-4c8ce6673e2efe96a36a2af2b774b3e43cc4a89c.zip
Add resouce manager layer.
Diffstat (limited to '')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b919e8f..de58f17 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ setup(
'BeautifulSoup', 'bluetooth'
],
- py_modules=['ParrotZik', 'ParrotProtocol'],
+ py_modules=['ParrotZik', 'ParrotProtocol', 'resource_manager'],
scripts=["ParrotZikTray"]
)