Skip to content

Commit

Permalink
Add pyproject for Circup
Browse files Browse the repository at this point in the history
  • Loading branch information
tyeth committed Nov 25, 2023
1 parent a881f12 commit 3e16458
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[tool.poetry]
name = "circuitpython-sensirion-i2c-driver"
version = "1.0.1"
description = "A CircuitPython driver for Sensirion I2C devices. Fork of original python version by Sensirion."
authors = ["Tyeth Gundry <[email protected]>", "Sensirion AG <[email protected]>"]
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]
dependencies = [
"adafruit-busio"
]

0 comments on commit 3e16458

Please sign in to comment.