mirror of
https://github.com/cmur2/python-bme280.git
synced 2025-03-11 07:15:10 +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',
|
setup(name='bme280',
|
||||||
version='1.0',
|
version='1.0',
|
||||||
url='http://github.com/cmur2/python-bme280',
|
url='https://github.com/cmur2/python-bme280',
|
||||||
author='Christian Nicolai',
|
author='Christian Nicolai',
|
||||||
description='A python library for accessing the BME280 combined humidity and pressure sensor from Bosch.',
|
description='A python library for accessing the BME280 combined humidity and pressure sensor from Bosch.',
|
||||||
packages=['bme280'],
|
packages=['bme280'],
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
requires=['python (>= 2.7)', 'smbus (>= 0.4.1)'],
|
requires=['python (>= 2.7)', 'smbus (>= 0.4.1)'],
|
||||||
install_requires=['smbus-cffi'])
|
install_requires=['smbus-cffi'])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user