fix pip install name
This commit is contained in:
parent
e55647d8f7
commit
66c5bf124d
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
|
@ -22,9 +22,9 @@ ext_modules = [
|
|||
]
|
||||
|
||||
setup(
|
||||
name="Adafruit-Blinka-Raspberry-Pi5-Neopixel",
|
||||
name="Adafruit-Blinka-Raspberry-Pi5-Piomatter",
|
||||
version=__version__,
|
||||
url="https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_Neopixel",
|
||||
url="https://github.com/adafruit/Adafruit_Blinka_Raspberry_Pi5_Piomatter",
|
||||
description="HUB75 matrix driver for Raspberry Pi 5 using PIO",
|
||||
long_description="A pio-based driver",
|
||||
ext_modules=ext_modules,
|
||||
|
|
|
|||
Loading…
Reference in a new issue