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.
2 parents 1aecf3f + 32721c0 commit d3f5d12Copy full SHA for d3f5d12
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