We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa4797 commit e1525a2Copy full SHA for e1525a2
setup.py
@@ -42,6 +42,8 @@ def get_readme():
42
name=MODULE_NAME,
43
version=VERSION_NUM,
44
platforms="Any",
45
+ long_description=get_readme(),
46
+ long_description_content_type="text/markdown",
47
description="Tools for classifying the direction of images containing text based ONNXRuntime.",
48
author="SWHL",
49
author_email="liekkaskono@163.com",
0 commit comments