Skip to content

Commit

Permalink
Merge pull request #380 from branchvincent/build-sdist
Browse files Browse the repository at this point in the history
fix hatchling building an empty distribution
  • Loading branch information
Roman Inflianskas authored Feb 21, 2024
2 parents 8c5499a + a1ca687 commit e24df45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ source = "vcs"
[tool.hatch.build.hooks.vcs]
version-file = "aiven/client/version.py"

[tool.hatch.build.targets.wheel]
packages = ["aiven"]

[tool.black]
line-length = 125
target-version = ['py38', 'py39', 'py310', 'py311']
Expand Down

0 comments on commit e24df45

Please sign in to comment.