File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# @Author: SWHL
33# @Contact: liekkaskono@163.com
44import sys
5- from typing import List , Union
65from pathlib import Path
7- from get_pypi_latest_version import GetPyPiLatestVersion
6+ from typing import List , Union
87
98import setuptools
9+ from get_pypi_latest_version import GetPyPiLatestVersion
1010
1111
1212def read_txt (txt_path : Union [Path , str ]) -> List [str ]:
@@ -39,8 +39,8 @@ def read_txt(txt_path: Union[Path, str]) -> List[str]:
3939 description = "A table classifier for further table rec" ,
4040 long_description = "A table classifier that distinguishes between wired and wireless tables" ,
4141 long_description_content_type = "text/markdown" ,
42- author = "SWHL " ,
43- author_email = "liekkaskono@163 .com" ,
42+ author = "jockerK " ,
43+ author_email = " xinyijianggo@gmail .com" ,
4444 url = "https://github.com/RapidAI/TableStructureRec" ,
4545 license = "Apache-2.0" ,
4646 install_requires = read_txt ("requirements.txt" ),
You can’t perform that action at this time.
0 commit comments