Fix installation via PyPI

This commit is contained in:
Melissa LeBlanc-Williams 2020-06-26 15:27:17 -07:00
parent d9ac04ec61
commit 0e42a2ddda

View file

@ -46,5 +46,5 @@ setup(
keywords="adafruit blinka circuitpython micropython bitmap fonts text display tft lcd displayio",
# You can just specify the packages manually here if your project is
# simple. Or you can use find_packages().
py_modules=["adafruit_display_text"],
packages=["adafruit_display_text"],
)