From a52edb8aa4b34cc8ba4f34af433cf4c14bb390f1 Mon Sep 17 00:00:00 2001 From: cn Date: Wed, 14 Mar 2018 23:26:57 +0100 Subject: [PATCH] docs: update link --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3ffc573..f392624 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,10 @@ from setuptools import setup setup(name='bme280', version='1.0', - url='http://github.com/cmur2/python-bme280', + url='https://github.com/cmur2/python-bme280', author='Christian Nicolai', description='A python library for accessing the BME280 combined humidity and pressure sensor from Bosch.', packages=['bme280'], long_description=open('README.md').read(), requires=['python (>= 2.7)', 'smbus (>= 0.4.1)'], - install_requires=['smbus-cffi']) \ No newline at end of file + install_requires=['smbus-cffi'])