Skip to content

Commit

Permalink
Add missing package to setup.py
Browse files Browse the repository at this point in the history
addresses issue #12
  • Loading branch information
undera committed Sep 12, 2018
1 parent 788ae66 commit 0a84d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

setup(name='pylgbst',
description='Python library to interact with LEGO Move Hub (from Lego BOOST set)',
version='0.8',
version='0.9',
author='Andrey Pokhilko',
author_email='[email protected]',
packages=['pylgbst'],
packages=['pylgbst', "pylgbst.comms"],
requires=[],
extras_require={
'gatt': ["gatt"],
Expand Down

0 comments on commit 0a84d1e

Please sign in to comment.