File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ [tool .poetry ]
2+ name = " circuitpython-sensirion-i2c-driver"
3+ version = " 1.0.1"
4+ description = " A CircuitPython driver for Sensirion I2C devices. Fork of original python version by Sensirion."
5+ authors = [
" Tyeth Gundry <[email protected] >" ,
" Sensirion AG <[email protected] >" ]
6+ license = " MIT"
7+
8+ # Include URLs relevant to your project
9+ repository = " https://github.com/good-enough-technology/CircuitPython_sensirion_i2c_driver"
10+ homepage = " https://github.com/good-enough-technology/CircuitPython_sensirion_i2c_driver"
11+ documentation = " https://good-enough-technology.github.io/CircuitPython_sensirion_i2c_driver"
12+
13+ # use docs/requirements.txt for documentation dependencies
14+
15+ [circup ]
16+ dependencies = [
17+ " adafruit-busio"
18+ ]
You can’t perform that action at this time.
0 commit comments