-
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]: | ||
|
@@ -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"), | ||
|