Skip to content

Commit

Permalink
fix: fix setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker1212 committed Nov 2, 2024
1 parent a413504 commit 71e14c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup_rapid_table_det.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ 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=True,
include_package_data=False,
packages=[MODULE_NAME, f"{MODULE_NAME}.models", f"{MODULE_NAME}.utils"],
package_data={"": [".gitkeep"]},
keywords=["obj detection,ocr,table-recognition"],
classifiers=[
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit 71e14c4

Please sign in to comment.