Skip to content

Commit

Permalink
chore: fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker1212 committed Oct 19, 2024
1 parent f7e75a9 commit 51bd606
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions setup_rapid_table_det_paddle.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ def read_txt(txt_path: Union[Path, str]) -> List[str]:
url="https://github.com/Joker1212/RapidTableDetection",
license="Apache-2.0",
install_requires=read_txt("requirements.txt"),
include_package_data=False,
packages=[MODULE_NAME, f"{MODULE_NAME}.models"],
package_data={"": ["*.pd*"]},
keywords=["obj detection,ocr,table-recognition"],
classifiers=[
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 51bd606

Please sign in to comment.