We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010e1fd commit 87f93e3Copy full SHA for 87f93e3
pyproject.toml
@@ -31,6 +31,9 @@ classifiers=[
31
"Programming Language :: Python :: 3.11",
32
]
33
keywords=["electronics", "maker", "sensing"]
34
+dependencies = [
35
+ "sparkfun_qwiic_i2c"
36
+]
37
38
[tool.setuptools]
39
# py-modules=["qwiic_opt4048", "opt4048_registers"] # Circup gets upset if there are multiple modules...
0 commit comments