This commit is contained in:
2025-02-26 23:12:36 +01:00
commit 90f12c5cef
5 changed files with 284 additions and 0 deletions

8
setup.py Normal file
View File

@@ -0,0 +1,8 @@
from distutils.core import setup
setup(name='CO2Meter',
version='2.3',
py_modules=['CO2Meter'],
url='https://github.com/heinemml/CO2Meter',
description='Library to access USB CO2Meters'
)