Skip to content

Commit 32721c0

Browse files
committed
include sub packages inside setup.py for pypi install
1 parent 59b7fd2 commit 32721c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@
4646
keywords="adafruit blinka circuitpython micropython bitmap fonts text display tft lcd displayio imageload image",
4747
# You can just specify the packages manually here if your project is
4848
# simple. Or you can use find_packages().
49-
packages=["adafruit_imageload"],
49+
packages=["adafruit_imageload", "adafruit_imageload.bmp", "adafruit_imageload.pnm"],
5050
)

0 commit comments

Comments
 (0)