diff --git a/setup.py b/setup.py index c7b7dec..ee672b8 100644 --- a/setup.py +++ b/setup.py @@ -46,5 +46,5 @@ keywords="adafruit blinka circuitpython micropython bitmap fonts text display tft lcd displayio imageload image", # You can just specify the packages manually here if your project is # simple. Or you can use find_packages(). - packages=["adafruit_imageload"], + packages=["adafruit_imageload", "adafruit_imageload.bmp", "adafruit_imageload.pnm"], )