Skip to content

Commit

Permalink
Publish to PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
undera committed Dec 27, 2019
1 parent 907a2dd commit 7ffab4f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _Please note that this library requires one of Bluetooth backend libraries to be

Install library like this:
```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:
Expand Down
9 changes: 7 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,15 @@

setup(
name="pylgbst",
description="Python library to interact with LEGO Move Hub (from Lego BOOST set)",
version="1.1.1",
version="1.1.2",

author="Andrey Pokhilko",
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"],
requires=[],
extras_require={
Expand Down

0 comments on commit 7ffab4f

Please sign in to comment.