mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
parent
788ae66179
commit
0a84d1ea1f
4
setup.py
4
setup.py
@ -2,10 +2,10 @@ from distutils.core import setup
|
|||||||
|
|
||||||
setup(name='pylgbst',
|
setup(name='pylgbst',
|
||||||
description='Python library to interact with LEGO Move Hub (from Lego BOOST set)',
|
description='Python library to interact with LEGO Move Hub (from Lego BOOST set)',
|
||||||
version='0.8',
|
version='0.9',
|
||||||
author='Andrey Pokhilko',
|
author='Andrey Pokhilko',
|
||||||
author_email='apc4@ya.ru',
|
author_email='apc4@ya.ru',
|
||||||
packages=['pylgbst'],
|
packages=['pylgbst', "pylgbst.comms"],
|
||||||
requires=[],
|
requires=[],
|
||||||
extras_require={
|
extras_require={
|
||||||
'gatt': ["gatt"],
|
'gatt': ["gatt"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user