diff --git a/airbyte-integrations/connectors/destination-motherduck/pyproject.toml b/airbyte-integrations/connectors/destination-motherduck/pyproject.toml index 6b3553064979e..1ae21532333a8 100644 --- a/airbyte-integrations/connectors/destination-motherduck/pyproject.toml +++ b/airbyte-integrations/connectors/destination-motherduck/pyproject.toml @@ -7,7 +7,7 @@ license = "MIT" readme = "README.md" [[tool.poetry.packages]] -include = "destination_pgvector" +include = "destination_motherduck" [tool.poetry.dependencies] python = "^3.10"