diff --git a/trustgraph-base/pyproject.toml b/trustgraph-base/pyproject.toml index 9c48a8dc..7f902289 100644 --- a/trustgraph-base/pyproject.toml +++ b/trustgraph-base/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ Homepage = "https://github.com/trustgraph-ai/trustgraph" [tool.setuptools.packages.find] -include = ["trustgraph"] +include = ["trustgraph*"] [tool.setuptools.dynamic] version = {attr = "trustgraph.base_version.__version__"} \ No newline at end of file diff --git a/trustgraph-bedrock/pyproject.toml b/trustgraph-bedrock/pyproject.toml index 6ea022b5..27bdc575 100644 --- a/trustgraph-bedrock/pyproject.toml +++ b/trustgraph-bedrock/pyproject.toml @@ -27,7 +27,7 @@ Homepage = "https://github.com/trustgraph-ai/trustgraph" text-completion-bedrock = "trustgraph.model.text_completion.bedrock:run" [tool.setuptools.packages.find] -include = ["trustgraph"] +include = ["trustgraph*"] [tool.setuptools.dynamic] version = {attr = "trustgraph.bedrock_version.__version__"} \ No newline at end of file diff --git a/trustgraph-cli/pyproject.toml b/trustgraph-cli/pyproject.toml index a22a63e8..6d11ed3e 100644 --- a/trustgraph-cli/pyproject.toml +++ b/trustgraph-cli/pyproject.toml @@ -79,7 +79,7 @@ tg-stop-flow = "trustgraph.cli.stop_flow:main" tg-stop-library-processing = "trustgraph.cli.stop_library_processing:main" [tool.setuptools.packages.find] -include = ["trustgraph"] +include = ["trustgraph*"] [tool.setuptools.dynamic] version = {attr = "trustgraph.cli_version.__version__"} \ No newline at end of file diff --git a/trustgraph-embeddings-hf/pyproject.toml b/trustgraph-embeddings-hf/pyproject.toml index 0a96bbfc..c3b286f7 100644 --- a/trustgraph-embeddings-hf/pyproject.toml +++ b/trustgraph-embeddings-hf/pyproject.toml @@ -37,7 +37,7 @@ Homepage = "https://github.com/trustgraph-ai/trustgraph" embeddings-hf = "trustgraph.embeddings.hf:run" [tool.setuptools.packages.find] -include = ["trustgraph"] +include = ["trustgraph*"] [tool.setuptools.dynamic] version = {attr = "trustgraph.embeddings_hf_version.__version__"} \ No newline at end of file diff --git a/trustgraph-flow/pyproject.toml b/trustgraph-flow/pyproject.toml index c822de15..c7eef10b 100644 --- a/trustgraph-flow/pyproject.toml +++ b/trustgraph-flow/pyproject.toml @@ -117,7 +117,7 @@ triples-write-neo4j = "trustgraph.storage.triples.neo4j:run" wikipedia-lookup = "trustgraph.external.wikipedia:run" [tool.setuptools.packages.find] -include = ["trustgraph"] +include = ["trustgraph*"] [tool.setuptools.dynamic] version = {attr = "trustgraph.flow_version.__version__"} \ No newline at end of file diff --git a/trustgraph-mcp/pyproject.toml b/trustgraph-mcp/pyproject.toml index 81d7af40..c99b296e 100644 --- a/trustgraph-mcp/pyproject.toml +++ b/trustgraph-mcp/pyproject.toml @@ -25,7 +25,7 @@ Homepage = "https://github.com/trustgraph-ai/trustgraph" mcp-server = "trustgraph.mcp_server:run" [tool.setuptools.packages.find] -include = ["trustgraph"] +include = ["trustgraph*"] [tool.setuptools.dynamic] version = {attr = "trustgraph.mcp_version.__version__"} \ No newline at end of file diff --git a/trustgraph-ocr/pyproject.toml b/trustgraph-ocr/pyproject.toml index 2358ebaa..7465c534 100644 --- a/trustgraph-ocr/pyproject.toml +++ b/trustgraph-ocr/pyproject.toml @@ -29,7 +29,7 @@ Homepage = "https://github.com/trustgraph-ai/trustgraph" pdf-ocr = "trustgraph.decoding.ocr:run" [tool.setuptools.packages.find] -include = ["trustgraph"] +include = ["trustgraph*"] [tool.setuptools.dynamic] version = {attr = "trustgraph.ocr_version.__version__"} \ No newline at end of file diff --git a/trustgraph-vertexai/pyproject.toml b/trustgraph-vertexai/pyproject.toml index a3001b63..98a84de8 100644 --- a/trustgraph-vertexai/pyproject.toml +++ b/trustgraph-vertexai/pyproject.toml @@ -27,7 +27,7 @@ Homepage = "https://github.com/trustgraph-ai/trustgraph" text-completion-vertexai = "trustgraph.model.text_completion.vertexai:run" [tool.setuptools.packages.find] -include = ["trustgraph"] +include = ["trustgraph*"] [tool.setuptools.dynamic] version = {attr = "trustgraph.vertexai_version.__version__"} \ No newline at end of file