Fix installation via PyPI
This commit is contained in:
parent
d9ac04ec61
commit
0e42a2ddda
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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"],
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue