Skip to content

Commit e1525a2

Browse files
committed
fix: add long_description
1 parent cfa4797 commit e1525a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ def get_readme():
4242
name=MODULE_NAME,
4343
version=VERSION_NUM,
4444
platforms="Any",
45+
long_description=get_readme(),
46+
long_description_content_type="text/markdown",
4547
description="Tools for classifying the direction of images containing text based ONNXRuntime.",
4648
author="SWHL",
4749
author_email="liekkaskono@163.com",

0 commit comments

Comments
 (0)