Skip to content

Commit

Permalink
fix: include build_hook.py in source distribution (#3699)
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] authored Feb 5, 2025
1 parent 332ac27 commit e3ea532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,13 @@ path = "marimo/__init__.py"
include = ["/marimo"]
artifacts = ["marimo/_static/", "marimo/_lsp/", "third_party.txt", "third_party_licenses.txt"]
exclude = ["marimo/_smoke_tests"]
force-include = { "build_hook.py" = "build_hook.py" }

[tool.hatch.build.targets.wheel]
include = ["/marimo"]
artifacts = ["marimo/_static/", "marimo/_lsp/", "third_party.txt", "third_party_licenses.txt"]
exclude = ["marimo/_smoke_tests"]
force-include = { "build_hook.py" = "build_hook.py" }

# Override the default uv version to use the latest version
[tool.hatch.envs.hatch-uv]
Expand Down

0 comments on commit e3ea532

Please sign in to comment.