Skip to content

Commit

Permalink
specifically referencing scripts/hatch_build.py in pyproject.toml exp…
Browse files Browse the repository at this point in the history
…ecting failure because of div0 in that file
  • Loading branch information
paddymul committed Dec 28, 2024
1 parent 24190f9 commit a58f89d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Homepage = "https://github.com/paddymul/buckaroo"
only-packages = true
artifacts = ["src/buckaroo/static/widget.js", "src/buckaroo/static/widget.css", "scripts/hatch_build.py"]

[tool.hatch.build.hooks.custom]
path = "scripts/hatch_build.py"


[tool.hatch.envs.default]
installer = "uv"

Expand Down

0 comments on commit a58f89d

Please sign in to comment.