Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit b6e1176

Browse files
committed
use pypdf_table_extraction name as script + cleanup
1 parent d2a44e9 commit b6e1176

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed
Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
from camelot.__version__ import PRERELEASE # noqa: F401
2-
from camelot.__version__ import REVISION # noqa F401
3-
from camelot.__version__ import VERSION # noqa F401
4-
from camelot.__version__ import __author__ # noqa F401
5-
from camelot.__version__ import __author_email__ # noqa F401
6-
from camelot.__version__ import __description__ # noqa F401
7-
from camelot.__version__ import __license__ # noqa F401
8-
from camelot.__version__ import __title__ # noqa F401
9-
from camelot.__version__ import __url__ # noqa F401
101
from camelot.__version__ import __version__ # noqa F401
11-
from camelot.__version__ import generate_version # noqa F401

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ myst-parser = {version = ">=2.0.0"}
7171

7272
[tool.poetry.scripts]
7373
camelot = "camelot.__main__:main"
74-
table_extraction = "pypdf_table_extraction.__main__:main"
74+
pypdf_table_extraction = "pypdf_table_extraction.__main__:main"
7575

7676
[tool.poetry.group.base.dependencies]
7777
ghostscript = "^0.7"

0 commit comments

Comments
 (0)