We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b7fd2 commit 32721c0Copy full SHA for 32721c0
setup.py
@@ -46,5 +46,5 @@
46
keywords="adafruit blinka circuitpython micropython bitmap fonts text display tft lcd displayio imageload image",
47
# You can just specify the packages manually here if your project is
48
# simple. Or you can use find_packages().
49
- packages=["adafruit_imageload"],
+ packages=["adafruit_imageload", "adafruit_imageload.bmp", "adafruit_imageload.pnm"],
50
)
0 commit comments