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 5cebd20 commit 2201324
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dbt-athena/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
dynamic = ["version"]
name = "dbt-athena"
Expand Down Expand Up @@ -41,10 +45,6 @@ Repository = "https://github.com/dbt-labs/dbt-athena.git#subdirectory=dbt-athena
Issues = "https://github.com/dbt-labs/dbt-athena/issues"
Changelog = "https://github.com/dbt-labs/dbt-athena/blob/main/dbt-athena/CHANGELOG.md"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

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

0 comments on commit 2201324

Please sign in to comment.