Skip to content

Commit d3f5d12

Browse files
authored
Merge pull request #41 from FoamyGuy/fix_setup_py
add sub packages to setup.py
2 parents 1aecf3f + 32721c0 commit d3f5d12

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)