X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/ad1ec71a68caa20e59fd41227df5c995e6c546a4..refs/heads/typing-micropython:/setup.py diff --git a/setup.py b/setup.py index 67ef7ee..4673591 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,8 @@ setup( "adafruit_blinka.microcontroller.bcm283x.pulseio": [ "libgpiod_pulsein", "libgpiod_pulsein64", - ] + ], + "micropython": ["py.typed"], }, install_requires=[ "Adafruit-PlatformDetect>=3.13.0",