From 7c6c572300700048e240a178c3e3fa10b50ff8cb Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Wed, 18 Jun 2025 13:38:01 -0700 Subject: [PATCH] Update Package Data to find packages --- pyproject.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 72eab94..5ec61fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,10 +52,8 @@ where = ["src"] include = [ "adafruit_blinka.microcontroller.bcm283x.libgpiod_pulsein*", "adafruit_blinka.microcontroller.amlogic.meson_g12_common.pulseio.libgpiod_pulsein*", + "*.pyi" ] -[tool.setuptools.package-data] -micropython-stubs = ["*.pyi"] - - [tool.setuptools.dynamic] +[tool.setuptools.dynamic] dependencies = {file = ["requirements.txt"]} -- 2.49.0