We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a881f12 commit 3e16458Copy full SHA for 3e16458
1 file changed
pyproject.toml
@@ -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 <tyethgundry@googlemail.com>", "Sensirion AG <info@sensirion.com>"]
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