Skip to content

Commit

Permalink
Fix kpops package build (#588)
Browse files Browse the repository at this point in the history
  • Loading branch information
disrupted authored Jan 14, 2025
1 parent 2b4d2e9 commit d76f374
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"python-schema-registry-client>=2.4.1",
"pyyaml>=6.0",
"rich>=12.4.4",
"typer[all]>=0.12.5",
"typer>=0.12.5",
]

[project.scripts]
Expand Down Expand Up @@ -66,11 +66,12 @@ docs = [
[tool.uv]
package = true

[tool.setuptools]
license-files = [] # HACK: workaround for https://github.com/astral-sh/uv/issues/9513
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.setuptools.packages.find]
include = ["kpops"]
[tool.hatch.build.targets.wheel]
packages = ["kpops"]

[tool.pytest.ini_options]
asyncio_mode = "auto"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d76f374

Please sign in to comment.