X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/59351b4f5bd5dace268600855977afcdb589854f..refs/heads/typing-micropython:/setup.py?ds=sidebyside 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",