1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2025-06-29 00:30:31 +02:00

Merge upstream

This commit is contained in:
cn
2021-01-08 11:26:06 +01:00
2 changed files with 2 additions and 2 deletions

View File

@ -50,5 +50,5 @@ setup(
classifiers=classifiers,
packages=['bme680'],
py_modules=[],
install_requires=[]
install_requires=['smbus'] # preferably: install `python3-smbus` instead of relying on this
)