Skip to content

Commit 51bd606

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

setup_rapid_table_det_paddle.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ 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=False,
47-
packages=[MODULE_NAME, f"{MODULE_NAME}.models"],
48-
package_data={"": ["*.pd*"]},
4946
keywords=["obj detection,ocr,table-recognition"],
5047
classifiers=[
5148
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)