We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8edb395 commit 360f0d9Copy full SHA for 360f0d9
pyproject.toml
@@ -37,11 +37,12 @@ classifiers = [
37
"License :: OSI Approved :: MIT License",
38
"Programming Language :: Python :: 3",
39
]
40
-dynamic = ["dependencies", "optional-dependencies"]
+dependencies = [
41
+ "Adafruit-Blinka>=7.0.0",
42
+ "adafruit-circuitpython-busdevice",
43
+ "adafruit-circuitpython-typing",
44
+]
45
46
[tool.setuptools]
47
py-modules = ["adafruit_mlx90393"]
48
-[tool.setuptools.dynamic]
-dependencies = {file = ["requirements.txt"]}
-optional-dependencies = {optional = {file = ["optional_requirements.txt"]}}
0 commit comments