Skip to content

Commit 7c6c572

Browse files
committed
Update Package Data to find packages
1 parent 218823e commit 7c6c572

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,8 @@ where = ["src"]
5252
include = [
5353
"adafruit_blinka.microcontroller.bcm283x.libgpiod_pulsein*",
5454
"adafruit_blinka.microcontroller.amlogic.meson_g12_common.pulseio.libgpiod_pulsein*",
55+
"*.pyi"
5556
]
5657

57-
[tool.setuptools.package-data]
58-
micropython-stubs = ["*.pyi"]
59-
60-
[tool.setuptools.dynamic]
58+
[tool.setuptools.dynamic]
6159
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)