Skip to content

Commit b29e46d

Browse files
committed
chore: add config.yaml when setup
1 parent 714b019 commit b29e46d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup_undistort.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ 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,
46+
include_package_data=True,
4747
packages=[MODULE_NAME, f"{MODULE_NAME}.models", f"{MODULE_NAME}.utils"],
48-
package_data={"": [".gitkeep"]},
48+
package_data={"": [".gitkeep"], MODULE_NAME: ["config.yaml"]},
4949
keywords=["obj detection,ocr,table-recognition"],
5050
classifiers=[
5151
"Programming Language :: Python :: 3.8",

0 commit comments

Comments
 (0)