We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa9767 commit 1b8f962Copy full SHA for 1b8f962
setup.py
@@ -42,6 +42,6 @@
42
packages=find_packages(),
43
include_package_data=True,
44
long_description=long_description,
45
- download_url='https://github.com/zbeacon/python-/archive/%s.tar.gz' % VERSION,
+ download_url='https://github.com/thingsboard/python-/archive/%s.tar.gz' % VERSION,
46
python_requires=">=3.5",
47
)
0 commit comments