Skip to content

Commit

Permalink
Fix source distribution and bump version (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
taybenlor authored Jan 13, 2025
1 parent 349e9ac commit d106796
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sandbox/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "runno"
version = "0.2.0"
version = "0.2.1"
description = "Run untrusted code inside the Runno WebAssembly sandbox."
authors = [{ name = "Ben Taylor", email = "me@taybenlor.com" }]
maintainers = [{ name = "Ben Taylor", email = "me@taybenlor.com" }]
Expand Down Expand Up @@ -58,7 +58,7 @@ commands = [
artifacts = []

[tool.hatch.build.targets.sdist]
exclude = ["/.github", "/docs", "runno"]
exclude = ["/.github", "/docs", "runno/runno", "cli/runno"]

[tool.hatch.build.targets.wheel]
packages = ["runno"]
Expand Down

0 comments on commit d106796

Please sign in to comment.