X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/blobdiff_plain/21aaad6dfe5d9b38d7b536486c821365a0d8e76c..1c24e2a88a1013df9e08dc9d2152bced615c2a35:/src/analogio.py diff --git a/src/analogio.py b/src/analogio.py index 6d5821a..23dfb0d 100644 --- a/src/analogio.py +++ b/src/analogio.py @@ -1,3 +1,6 @@ +# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries +# +# SPDX-License-Identifier: MIT """ `analogio` - Analog input and output control ============================================ @@ -7,11 +10,6 @@ Not supported by all boards. * Author(s): Carter Nelson, Melissa LeBlanc-Williams """ - -__version__ = "0.0.0-auto.0" -__repo__ = "https://github.com/adafruit/Adafruit_Blinka.git" - - import sys from adafruit_blinka.agnostic import detector