1
0
mirror of https://github.com/cmur2/python-bme680.git synced 2026-04-05 14:18:43 +02:00
This commit is contained in:
Phil Howard
2017-10-17 15:27:30 +01:00
parent 16853dc4f2
commit 7f2dbdf48e
6 changed files with 22 additions and 33 deletions

View File

@@ -48,6 +48,7 @@ setup(
keywords = 'Raspberry Pi',
url = 'http://www.pimoroni.com',
classifiers = classifiers,
py_modules = ['bme680'],
packages = ['bme680'],
py_modules = [],
install_requires= []
)