docs: update link

This commit is contained in:
cn 2018-03-14 23:26:57 +01:00
parent f9b9d77ded
commit a52edb8aa4
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ 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'],