Skip to content

Commit

Permalink
point pyproject.toml to the new dbt-tests-adapter directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Feb 29, 2024
1 parent 8d42f15 commit 148c499
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions dbt-tests-adapter/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,14 @@ Changelog = "https://github.com/dbt-labs/dbt-adapters/blob/main/CHANGELOG.md"
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.build.targets.sdist.force-include]
"../dbt/tests" = "dbt/tests"
"../dbt/__init__.py" = "dbt/__init__.py"
[tool.hatch.version]
path = "dbt/tests/__about__.py"

[tool.hatch.build.targets.wheel.force-include]
"../dbt/tests" = "dbt/tests"
"../dbt/__init__.py" = "dbt/__init__.py"
[tool.hatch.build.targets.sdist]
include = ["dbt/tests", "dbt/__init__.py"]

[tool.hatch.version]
path = "../dbt/tests/__about__.py"
[tool.hatch.build.targets.wheel]
include = ["dbt/tests", "dbt/__init__.py"]

[tool.hatch.envs.build]
detached = true
Expand Down

0 comments on commit 148c499

Please sign in to comment.