Skip to content

Commit

Permalink
Test if allow-direct-references is necessary or not
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeatty10 authored Apr 12, 2024
1 parent 3803bb6 commit bfc2cb7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down Expand Up @@ -168,4 +165,4 @@ env_files = ["test.env"]
testpaths = [
"tests/functional",
"tests/unit",
]
]

0 comments on commit bfc2cb7

Please sign in to comment.