forked from Sensirion/python-i2c-driver
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
18 lines (15 loc) · 735 Bytes
/
pyproject.toml
File metadata and controls
18 lines (15 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool.poetry]
name = "circuitpython-sensirion-i2c-driver"
version = "1.0.2"
description = "A CircuitPython driver for Sensirion I2C devices. Fork of original python version by Sensirion."
authors = ["Tyeth Gundry <tyethgundry@googlemail.com>", "Sensirion AG <info@sensirion.com>"]
license = "MIT"
# Include URLs relevant to your project
repository = "https://github.com/good-enough-technology/CircuitPython_sensirion_i2c_driver"
homepage = "https://github.com/good-enough-technology/CircuitPython_sensirion_i2c_driver"
documentation = "https://good-enough-technology.github.io/CircuitPython_sensirion_i2c_driver"
#use docs/requirements.txt for documentation dependencies
[circup]
circup_dependencies = [
"adafruit_bus_device"
]