Files
nixpkgs/pkgs/development/python-modules/manga-ocr/package_data.patch
T
2024-04-23 14:51:48 +02:00

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",