From bfc2cb7392ed53f6dc13c4da189d05f9af10fb47 Mon Sep 17 00:00:00 2001 From: Doug Beatty <44704949+dbeatty10@users.noreply.github.com> Date: Fri, 12 Apr 2024 06:24:51 -0600 Subject: [PATCH] Test if `allow-direct-references` is necessary or not --- pyproject.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7781e8e1..cf595115 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,9 +34,6 @@ Changelog = "https://github.com/dbt-labs/dbt-postgres/blob/main/CHANGELOG.md" requires = ["hatchling"] build-backend = "hatchling.build" -[tool.hatch.metadata] -allow-direct-references = true - [tool.hatch.build.targets.sdist] include = ["dbt"] @@ -168,4 +165,4 @@ env_files = ["test.env"] testpaths = [ "tests/functional", "tests/unit", -] \ No newline at end of file +]