Skip to content

Commit 87f93e3

Browse files
Add sparkfun_qwiic_i2c as a dependency in pyproject.toml
1 parent 010e1fd commit 87f93e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ classifiers=[
3131
"Programming Language :: Python :: 3.11",
3232
]
3333
keywords=["electronics", "maker", "sensing"]
34+
dependencies = [
35+
"sparkfun_qwiic_i2c"
36+
]
3437

3538
[tool.setuptools]
3639
# py-modules=["qwiic_opt4048", "opt4048_registers"] # Circup gets upset if there are multiple modules...

0 commit comments

Comments
 (0)