12 lines
271 B
Diff
12 lines
271 B
Diff
|
diff --git a/setup.py b/setup.py
|
||
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -18,6 +18,9 @@ setup(
|
||
|
],
|
||
|
packages=['manga_ocr'],
|
||
|
include_package_data=True,
|
||
|
+ package_data={
|
||
|
+ 'manga_ocr': ['assets/example.jpg'],
|
||
|
+ },
|
||
|
install_requires=[
|
||
|
"fire",
|