Skip to content

Commit 37b6b76

Browse files
committed
chore: Test unit testing
1 parent 523763d commit 37b6b76

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup_table_cls.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
# @Author: SWHL
33
# @Contact: liekkaskono@163.com
44
import sys
5-
from typing import List, Union
65
from pathlib import Path
7-
from get_pypi_latest_version import GetPyPiLatestVersion
6+
from typing import List, Union
87

98
import setuptools
9+
from get_pypi_latest_version import GetPyPiLatestVersion
1010

1111

1212
def 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"),

0 commit comments

Comments
 (0)