Skip to content

Commit 54d260b

Browse files
committed
chore: fix workflow
1 parent 51bd606 commit 54d260b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup_rapid_table_det_paddle.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ def read_txt(txt_path: Union[Path, str]) -> List[str]:
4343
url="https://github.com/Joker1212/RapidTableDetection",
4444
license="Apache-2.0",
4545
install_requires=read_txt("requirements.txt"),
46+
include_package_data=True,
47+
packages=[MODULE_NAME, f"{MODULE_NAME}.models"],
4648
keywords=["obj detection,ocr,table-recognition"],
4749
classifiers=[
4850
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)