From 1cd9f3ae48fc2494294675f9fe3e5f68be8de727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B9=BE=E5=90=AF?= <18442047+tsutsuku@users.noreply.github.com> Date: Wed, 30 Jun 2021 20:06:51 +0800 Subject: [PATCH] [add] Changes in setup [update] Tuya IoT Platform Configuration Guide --- README.md | 2 +- setup.py | 1 + tuya_iot/version.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cea7aac..42835dd 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ With diversified devices and industries, Tuya Cloud Development Platform opens b ### Registration -Please check [Tuya IoT Platform Configuration Guide](https://github.com/tuya/tuya-android-iot-app-sdk-sample/blob/activator_tool/Tuya_IoT_Platform_Configuration_Guide.md) to register an account on the [Tuya IoT Platform](https://iot.tuya.com?_source=github), and get the required information. You need to create a Cloud project and complete the configuration of asset, user, and application. Then, you will get the **username**, **password**, **Access ID**, and **Access Secret**. +Please check [Tuya IoT Platform Configuration Guide](https://developer.tuya.com/en/docs/iot/Configuration_Guide_custom?id=Kamcfx6g5uyot) to register an account on the [Tuya IoT Platform](https://iot.tuya.com?_source=github), and get the required information. You need to create a Cloud project and complete the configuration of asset, user, and application. Then, you will get the **username**, **password**, **Access ID**, and **Access Secret**. ## Usage diff --git a/setup.py b/setup.py index 73f34e4..ddffdc3 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,7 @@ def requirements(): license='MIT', project_urls={ "Bug Tracker": "https://github.com/tuya/tuya-iot-app-sdk-python/issues", + "Changes": "https://github.com/tuya/tuya-iot-python-sdk/wiki/Tuya-IoT-Python-SDK-Release-Notes" }, classifiers=[ 'Development Status :: 4 - Beta', diff --git a/tuya_iot/version.py b/tuya_iot/version.py index a394e6d..08028ae 100644 --- a/tuya_iot/version.py +++ b/tuya_iot/version.py @@ -2,4 +2,4 @@ # -*- coding: UTF-8 -*- """tuya_iot version.""" -VERSION = "0.3.0.2" +VERSION = "0.3.0"