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 218823e commit 7c6c572Copy full SHA for 7c6c572
pyproject.toml
@@ -52,10 +52,8 @@ where = ["src"]
52
include = [
53
"adafruit_blinka.microcontroller.bcm283x.libgpiod_pulsein*",
54
"adafruit_blinka.microcontroller.amlogic.meson_g12_common.pulseio.libgpiod_pulsein*",
55
+ "*.pyi"
56
]
57
-[tool.setuptools.package-data]
58
-micropython-stubs = ["*.pyi"]
59
-
60
- [tool.setuptools.dynamic]
+[tool.setuptools.dynamic]
61
dependencies = {file = ["requirements.txt"]}
0 commit comments