mirror of
https://github.com/cmur2/python-bme280.git
synced 2024-11-14 06:56:16 +01:00
docs: update link
This commit is contained in:
parent
f9b9d77ded
commit
a52edb8aa4
4
setup.py
4
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'])
|
||||
install_requires=['smbus-cffi'])
|
||||
|
Loading…
Reference in New Issue
Block a user