Skip to content

Commit 7b823de

Browse files
Merge pull request #18 from anedyaio/development
Bugfixes
2 parents 75e547e + 585e835 commit 7b823de

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
<p>
2-
<a href="https://pypi.org/project/anedya-dev-sdk/">
3-
<img alt="PyPI" src="https://img.shields.io/pypi/v/anedya-dev-sdk?style=for-the-badge">
4-
</a>&nbsp;
5-
<a href="https://docs.anedya.io?utm_source=github&utm_medium=link&utm_campaign=github-sdk&utm_content=python">
6-
<img alt="Anedya Documentation" src="https://img.shields.io/badge/Anedya-Documentation-blue?style=for-the-badge">
7-
</a>
8-
</p>
1+
[<img alt="PyPI" src="https://img.shields.io/pypi/v/anedya-dev-sdk?style=for-the-badge">](https://pypi.org/project/anedya-dev-sdk/)&nbsp;&nbsp;[<img alt="Anedya Documentation" src="https://img.shields.io/badge/Anedya-Documentation-blue?style=for-the-badge">](https://docs.anedya.io?utm_source=github&utm_medium=link&utm_campaign=github-sdk&utm_content=python)
92

103

114
<!---<div style="width:20%; margin:0 auto;margin-bottom:50px;margin-top:50px;">-->

setup.cfg

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[metadata]
22
name = anedya-dev-sdk
3-
version = 0.1.1
3+
version = 0.1.2
44
url = https://github.com/anedyaio/anedya-dev-sdk-pyhton
55
author = Anedya Systems
66
author_email = support@anedya.io
77
description = Anedya python based SDK for IoT devices. This SDK streamlines connectivity with Anedya platform. As this SDK is in Beta release, future versions may have breaking changes.
88
long_description = file: README.md
9-
requires-python = ">=3.7"
9+
requires_python = ">=3.7"
1010
dependencies = ["requests","paho-mqtt>=2.0.0"]
1111
license = Apache License 2.0
1212
classifiers =
@@ -27,6 +27,11 @@ project_urls =
2727
[bdist_wheel]
2828
universal = 1
2929

30+
[options]
31+
install_requires =
32+
requests
33+
paho-mqtt >= 2.0.0
34+
3035
[flake8]
3136
# For the definitions of error codes, see
3237
# - https://flake8.pycqa.org/en/latest/user/error-codes.html

src/anedya/client/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# src/client/__init__.py

0 commit comments

Comments
 (0)