diff --git a/docs/doc_lineless_table_rec.md b/docs/doc_lineless_table_rec.md index e69de29..15cdbd4 100644 --- a/docs/doc_lineless_table_rec.md +++ b/docs/doc_lineless_table_rec.md @@ -0,0 +1 @@ +### See [Documentation](https://github.com/RapidAI/TableStructureRec) \ No newline at end of file diff --git a/setup_lineless_table_rec.py b/setup_lineless_table_rec.py index 7654aee..38fb329 100644 --- a/setup_lineless_table_rec.py +++ b/setup_lineless_table_rec.py @@ -44,7 +44,9 @@ def read_txt(txt_path: Union[Path, str]) -> List[str]: name=MODULE_NAME, version=VERSION_NUM, platforms="Any", - description="", + description="Lineless Table Recognition", + long_description=get_readme(), + long_description_content_type="text/markdown", author="SWHL", author_email="liekkaskono@163.com", install_requires=read_txt("requirements.txt"),