Skip to content

Commit 7144ea0

Browse files
committed
fix: fixed issue #102
1 parent 1590036 commit 7144ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_readme():
5252
include_package_data=True,
5353
install_requires=read_txt("requirements.txt"),
5454
packages=setuptools.find_packages(),
55-
package_data={"": ["slanet-plus.onnx"]},
55+
package_data={"": ["*.onnx", "*.yaml"]},
5656
keywords=["ppstructure,table,rapidocr,rapid_table"],
5757
classifiers=[
5858
"Programming Language :: Python :: 3.6",

0 commit comments

Comments
 (0)