Skip to content

Commit

Permalink
chore: Test unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Sep 12, 2024
1 parent 523763d commit 37b6b76
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup_table_cls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# @Author: SWHL
# @Contact: [email protected]
import sys
from typing import List, Union
from pathlib import Path
from get_pypi_latest_version import GetPyPiLatestVersion
from typing import List, Union

import setuptools
from get_pypi_latest_version import GetPyPiLatestVersion


def read_txt(txt_path: Union[Path, str]) -> List[str]:
Expand Down Expand Up @@ -39,8 +39,8 @@ def read_txt(txt_path: Union[Path, str]) -> List[str]:
description="A table classifier for further table rec",
long_description="A table classifier that distinguishes between wired and wireless tables",
long_description_content_type="text/markdown",
author="SWHL",
author_email="liekkaskono@163.com",
author="jockerK",
author_email=" xinyijianggo@gmail.com",
url="https://github.com/RapidAI/TableStructureRec",
license="Apache-2.0",
install_requires=read_txt("requirements.txt"),
Expand Down

0 comments on commit 37b6b76

Please sign in to comment.