Skip to content

Commit 3e16458

Browse files
committed
Add pyproject for Circup
1 parent a881f12 commit 3e16458

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
]

0 commit comments

Comments
 (0)