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 c8fb19f commit 218823eCopy full SHA for 218823e
pyproject.toml
@@ -47,8 +47,14 @@ py-modules = [
47
"usb_hid",
48
]
49
50
+[tool.setuptools.packages.find]
51
+where = ["src"]
52
+include = [
53
+ "adafruit_blinka.microcontroller.bcm283x.libgpiod_pulsein*",
54
+ "adafruit_blinka.microcontroller.amlogic.meson_g12_common.pulseio.libgpiod_pulsein*",
55
+]
56
+
57
[tool.setuptools.package-data]
-libgpiod_pulsein = ["libgpiod_pulsein", "libgpiod_pulsein64"]
58
micropython-stubs = ["*.pyi"]
59
60
[tool.setuptools.dynamic]
0 commit comments