From c1d3630329e30db107c87bfb0862c7e4bbfc00d9 Mon Sep 17 00:00:00 2001 From: Jelmer Draaijer Date: Fri, 1 Mar 2024 09:09:51 +0100 Subject: [PATCH] Add pypdf_table_extraction to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 42d4b4d38..48327b5b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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"