Skip to content

Commit f5288fc

Browse files
authored
Merge pull request #54 from makermelissa/master
Fix installation via PyPI
2 parents d9ac04e + 0e42a2d commit f5288fc

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)