Skip to content

Commit

Permalink
chore: add config.yaml when setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Joker1212 committed Dec 15, 2024
1 parent 714b019 commit b29e46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup_undistort.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +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=False,
include_package_data=True,
packages=[MODULE_NAME, f"{MODULE_NAME}.models", f"{MODULE_NAME}.utils"],
package_data={"": [".gitkeep"]},
package_data={"": [".gitkeep"], MODULE_NAME: ["config.yaml"]},
keywords=["obj detection,ocr,table-recognition"],
classifiers=[
"Programming Language :: Python :: 3.8",
Expand Down

0 comments on commit b29e46d

Please sign in to comment.