Skip to content

Commit 0e42a2d

Browse files
committed
Fix installation via PyPI
1 parent d9ac04e commit 0e42a2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
keywords="adafruit blinka circuitpython micropython bitmap fonts text display tft lcd displayio",
4747
# You can just specify the packages manually here if your project is
4848
# simple. Or you can use find_packages().
49-
py_modules=["adafruit_display_text"],
49+
packages=["adafruit_display_text"],
5050
)

0 commit comments

Comments
 (0)