Skip to content

Commit

Permalink
add src namespace to build targets
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 8, 2024
1 parent 7d8f219 commit 09a341e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dbt-athena-community/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ classifiers = [
]
dependencies=["dbt-athena>=1.0.0b2,<2.0"]
[project.urls]
Homepage = "https://github.com/dbt-labs/dbt-athena/dbt-athena-community"
Homepage = "https://github.com/dbt-labs/dbt-athena/dbt-athena"
Documentation = "https://docs.getdbt.com"
Repository = "https://github.com/dbt-labs/dbt-athena.git#subdirectory=dbt-athena-community"
Repository = "https://github.com/dbt-labs/dbt-athena.git#subdirectory=dbt-athena"
Issues = "https://github.com/dbt-labs/dbt-athena/issues"

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

[tool.hatch.build.targets.sdist]
include = ["dbt"]
include = ["src/dbt"]

[tool.hatch.build.targets.wheel]
packages = ["dbt"]
packages = ["src/dbt"]

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

0 comments on commit 09a341e

Please sign in to comment.