X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka.git/blobdiff_plain/21aaad6dfe5d9b38d7b536486c821365a0d8e76c..065f7ab636cc193c6167dcc1f6a7e31e1a5ab832:/setup.py diff --git a/setup.py b/setup.py index 72a2a41..576afbd 100755 --- a/setup.py +++ b/setup.py @@ -33,13 +33,8 @@ 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", - use_scm_version={ - # This is needed for the PyPI version munging in the Github Actions release.yml - "git_describe_command": "git describe --tags --long", - "local_scheme": "no-local-version", - }, + name="Adafruit-Blinka", + use_scm_version=True, setup_requires=["setuptools_scm"], description="CircuitPython APIs for non-CircuitPython versions of Python such as CPython on Linux and MicroPython.", long_description=long_description, @@ -58,11 +53,10 @@ setup( "board", "busio", "digitalio", - "keypad", "micropython", - "neopixel_write", "pulseio", "pwmio", + "neopixel_write", "rainbowio", ], package_data={