Skip to content

Commit 218823e

Browse files
committed
Update Package Data yet again
1 parent c8fb19f commit 218823e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,14 @@ py-modules = [
4747
"usb_hid",
4848
]
4949

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+
5057
[tool.setuptools.package-data]
51-
libgpiod_pulsein = ["libgpiod_pulsein", "libgpiod_pulsein64"]
5258
micropython-stubs = ["*.pyi"]
5359

5460
[tool.setuptools.dynamic]

0 commit comments

Comments
 (0)