Skip to content

Commit a40559e

Browse files
committed
fix pypi name
1 parent cff770a commit a40559e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
long_description = f.read()
2424

2525
setup(
26-
name="adafruit-circuitpython-display-frame",
26+
name="circuitpython-display-frame",
2727
use_scm_version=True,
2828
setup_requires=["setuptools_scm"],
2929
description="CircuitPython displayio widget to create a rounded rectangle frame with text label at the top center.",

0 commit comments

Comments
 (0)