1diff --git a/setup.py b/setup.py 2--- a/setup.py 3+++ b/setup.py 4@@ -18,6 +18,9 @@ setup( 5 ], 6 packages=['manga_ocr'], 7 include_package_data=True, 8+ package_data={ 9+ 'manga_ocr': ['assets/example.jpg'], 10+ }, 11 install_requires=[ 12 "fire",