From 776a23b69f7e829e020a824cd605cd12c1c48f6e Mon Sep 17 00:00:00 2001 From: JulesHuisman Date: Fri, 30 Dec 2022 14:27:52 +0000 Subject: [PATCH] Linked to readme file --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 244213f..0c97ab6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,6 +4,7 @@ version = "1.0.0" description = "A dagster plugin that allows you to run your Meltano project inside Dagster." authors = ["Jules Huisman"] license = "Apache 2.0" +readme = "README.md" packages = [ { include = "dagster_meltano" } ]