Skip to content

Commit d6454f4

Browse files
committed
Removed redundant download url
1 parent b0aded1 commit d6454f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@
3535
long_description_content_type="text/markdown",
3636
python_requires=">=3.9",
3737
packages=["."],
38-
install_requires=['tb-paho-mqtt-client>=2.1.2', 'requests>=2.31.0', 'orjson'],
39-
download_url='https://github.com/thingsboard/thingsboard-python-client-sdk/archive/%s.tar.gz' % VERSION)
38+
install_requires=['tb-paho-mqtt-client>=2.1.2', 'requests>=2.31.0', 'orjson'])

0 commit comments

Comments
 (0)