mirror of
https://github.com/undera/pylgbst.git
synced 2020-11-18 19:37:26 -08:00
Publish to PyPi
This commit is contained in:
parent
907a2dd561
commit
7ffab4fb0c
@ -37,7 +37,7 @@ _Please note that this library requires one of Bluetooth backend libraries to be
|
|||||||
|
|
||||||
Install library like this:
|
Install library like this:
|
||||||
```bash
|
```bash
|
||||||
pip install https://github.com/undera/pylgbst/archive/1.1.1.tar.gz
|
pip install -U pylgbst
|
||||||
```
|
```
|
||||||
|
|
||||||
Then instantiate MoveHub object and start invoking its methods. Following is example to just print peripherals detected on Hub:
|
Then instantiate MoveHub object and start invoking its methods. Following is example to just print peripherals detected on Hub:
|
||||||
|
9
setup.py
9
setup.py
@ -2,10 +2,15 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pylgbst",
|
name="pylgbst",
|
||||||
description="Python library to interact with LEGO Move Hub (from Lego BOOST set)",
|
version="1.1.2",
|
||||||
version="1.1.1",
|
|
||||||
author="Andrey Pokhilko",
|
author="Andrey Pokhilko",
|
||||||
author_email="apc4@ya.ru",
|
author_email="apc4@ya.ru",
|
||||||
|
license="MIT",
|
||||||
|
description="Python library to interact with LEGO Move Hub (from Lego BOOST set)",
|
||||||
|
url='https://github.com/undera/pylgbst',
|
||||||
|
keywords=['LEGO', 'ROBOTICS', 'BLUETOOTH'],
|
||||||
|
|
||||||
packages=["pylgbst", "pylgbst.comms"],
|
packages=["pylgbst", "pylgbst.comms"],
|
||||||
requires=[],
|
requires=[],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
Loading…
x
Reference in New Issue
Block a user