We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1590036 commit 7144ea0Copy full SHA for 7144ea0
setup.py
@@ -52,7 +52,7 @@ def get_readme():
52
include_package_data=True,
53
install_requires=read_txt("requirements.txt"),
54
packages=setuptools.find_packages(),
55
- package_data={"": ["slanet-plus.onnx"]},
+ package_data={"": ["*.onnx", "*.yaml"]},
56
keywords=["ppstructure,table,rapidocr,rapid_table"],
57
classifiers=[
58
"Programming Language :: Python :: 3.6",
0 commit comments