Skip to content

Commit

Permalink
move all hatch things to hatch.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 5, 2024
1 parent 07b465c commit 5cebd20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
11 changes: 11 additions & 0 deletions dbt-athena/hatch.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
[version]
path = "src/dbt/adapters/athena/__version__.py"

[build.targets.sdist]
packages = ["src/dbt/adapters", "src/dbt/include"]
sources = ["src"]

[build.targets.wheel]
packages = ["src/dbt/adapters", "src/dbt/include"]
sources = ["src"]

[envs.default]
dependencies = [
"dbt-adapters @ git+https://github.com/dbt-labs/dbt-adapters.git",
Expand Down
11 changes: 0 additions & 11 deletions dbt-athena/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,17 +45,6 @@ Changelog = "https://github.com/dbt-labs/dbt-athena/blob/main/dbt-athena/CHANGEL
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.hatch.version]
path = "src/dbt/adapters/athena/__version__.py"

[tool.hatch.build.targets.sdist]
packages = ["src/dbt/adapters", "src/dbt/include"]
sources = ["src"]

[tool.hatch.build.targets.wheel]
packages = ["src/dbt/adapters", "src/dbt/include"]
sources = ["src"]

[tool.pytest]
testpaths = ["tests/unit", "tests/functional"]
color = true
Expand Down

0 comments on commit 5cebd20

Please sign in to comment.