From 5708bcf9c6251b16ee07fc172b7c2d9e376de613 Mon Sep 17 00:00:00 2001 From: Doug Rohm Date: Fri, 10 Apr 2015 13:26:37 -0400 Subject: [PATCH] Update download_url for setup.py, use tag on github. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85b86d7..7a63d58 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ description='Python 3 library for Sensirion SHT1x series of temperature & humidity sensors for the Raspberry Pi.', long_description=long_description, include_package_data=True, - download_url='https://github.com/drohm/pi-sht1x/archive/master.zip', + download_url='https://github.com/drohm/pi-sht1x/releases/tag/1.0.6', packages=['pi_sht1x', 'examples'], install_requires=[ 'RPi.GPIO>=0.5.11',