From: James Carr Date: Mon, 20 Sep 2021 22:18:13 +0000 (+0100) Subject: Remove testing code X-Git-Tag: 6.13.1~4^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/273bf18eb2ac7d1dca4feb1864aee94e924a2d1f?ds=inline;hp=-c Remove testing code --- 273bf18eb2ac7d1dca4feb1864aee94e924a2d1f diff --git a/setup.py b/setup.py index 72a2a41..a18904c 100755 --- a/setup.py +++ b/setup.py @@ -33,8 +33,7 @@ if os.path.exists("/proc/device-tree/compatible"): board_reqs = ["RPi.GPIO", "rpi_ws281x>=4.0.0", "sysv_ipc>=1.1.0"] setup( - # name="Adafruit-Blinka", - name="samourai-Adafruit-Blinka", + name="Adafruit-Blinka", use_scm_version={ # This is needed for the PyPI version munging in the Github Actions release.yml "git_describe_command": "git describe --tags --long", diff --git a/src/board.py b/src/board.py index e4c5184..0de6c10 100755 --- a/src/board.py +++ b/src/board.py @@ -31,6 +31,7 @@ See `CircuitPython:board` in CircuitPython for more details. __version__ = "0.0.0-auto.0" __repo__ = "https://github.com/adafruit/Adafruit_Blinka.git" +__blinka__ = True import sys