Skip to content

Commit

Permalink
0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
codeclinic committed Oct 30, 2019
1 parent a4ffb7e commit ae8cec2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file added dist/tuyapower2mqtt-0.3.2.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
setup(
name = 'tuyapower2mqtt', # How you named your package folder (MyLib)
packages = ['tuyapower2mqtt'], # Chose the same as "name"
version = '0.3.2', # Start with a small number and increase it with every change you make
version = '0.3.3', # Start with a small number and increase it with every change you make
license='MIT', # Chose a license from here: https://help.github.com/articles/licensing-a-repository
description = 'Reports all the power stats & on/off state from a Tuya / SmartLife / Jinvoo WiFI smart devices such as a socket or switch including newer v3.3 protocol devices', # Give a short description about your library
author = 'Phill Healey', # Type in your name
author_email = 'phill@codeclinic.de', # Type in your E-Mail
url = 'https://github.com/codeclinic/TuyaPower2MQTT', # Provide either the link to your github or to your website
download_url = 'https://github.com/codeclinic/TuyaPower2MQTT/archive/0.3.2.tar.gz', # I explain this later on
download_url = 'https://github.com/codeclinic/TuyaPower2MQTT/archive/0.3.3.tar.gz', # I explain this later on
keywords = ['TUYA', 'POWER', 'STATS', 'DATA', 'REPORTING', 'SWITCH', 'SOCKET', 'OUTLET', 'SMARTLIFE', 'JINVOO', 'WIFI', 'SMARTDEVICE', 'SMART', 'HOME','AUTOMATION'], # Keywords that define your package best
install_requires=[ # dependencies
'pycryptodome',
Expand Down
2 changes: 1 addition & 1 deletion tuyapower2mqtt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
name = "tuyapower2mqtt"

#import pycrypto
import crypto
import Crypto
#import paes
import pytuya
import paho.mqtt.client as mqtt
Expand Down

0 comments on commit ae8cec2

Please sign in to comment.