Skip to content

Commit

Permalink
Add pypdf_table_extraction to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Mar 1, 2024
1 parent b8ca646 commit c1d3630
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repository = "https://github.com/camelot-dev/camelot"
documentation = "https://camelot-py.readthedocs.io"
packages = [
{ include = "camelot", from = "." },
{ include = "pypdf_table_extraction", from = "." },
]
classifiers = [
"Development Status :: 5 - Production/Stable",
Expand Down Expand Up @@ -55,6 +56,7 @@ myst-parser = {version = ">=0.16.1"}

[tool.poetry.scripts]
camelot = "camelot.__main__:main"
table_extraction = "pypdf_table_extraction.__main__:main"

[tool.poetry.group.base.dependencies]
ghostscript = "^0.7"
Expand Down

0 comments on commit c1d3630

Please sign in to comment.