X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/b77c4a902f0edb11c6ad3b50360fec742fd83b48..refs/heads/typing-micropython:/setup.py diff --git a/setup.py b/setup.py index 0141b68..4673591 100755 --- a/setup.py +++ b/setup.py @@ -64,6 +64,7 @@ setup( "keypad", "micropython", "neopixel_write", + "onewireio", "pulseio", "pwmio", "rainbowio", @@ -73,7 +74,8 @@ setup( "adafruit_blinka.microcontroller.bcm283x.pulseio": [ "libgpiod_pulsein", "libgpiod_pulsein64", - ] + ], + "micropython": ["py.typed"], }, install_requires=[ "Adafruit-PlatformDetect>=3.13.0",