Skip to content

Commit

Permalink
Add script to run TheengsGateway (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
koenvervloesem authored Jul 17, 2022
1 parent 23486c1 commit 085eb47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/TheengsGateway
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/usr/bin/env python
import TheengsGateway
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
license="GPL-3.0 License",
package_dir={"TheengsGateway": "TheengsGateway"},
packages=["TheengsGateway"],
scripts=["bin/TheengsGateway"],
setup_requires=setup_requires,
include_package_data=True,
install_requires=['bleak>=0.14.0','paho-mqtt>=1.6.1']
Expand Down

0 comments on commit 085eb47

Please sign in to comment.