We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d9ac04e + 0e42a2d commit f5288fcCopy full SHA for f5288fc
setup.py
@@ -46,5 +46,5 @@
46
keywords="adafruit blinka circuitpython micropython bitmap fonts text display tft lcd displayio",
47
# You can just specify the packages manually here if your project is
48
# simple. Or you can use find_packages().
49
- py_modules=["adafruit_display_text"],
+ packages=["adafruit_display_text"],
50
)
0 commit comments