Skip to content

Commit

Permalink
fix the zndraw build including zndraw_app (#783)
Browse files Browse the repository at this point in the history
* try to fix the zndraw build including `zndraw_app`

* build wheels for zndraw and zndraw_app

* force include artifacts
  • Loading branch information
PythonFZ authored Feb 18, 2025
1 parent 438b22a commit 7f95237
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "zndraw"
version = "0.5.8"
version = "0.5.9"
description = "Display and Edit Molecular Structures and Trajectories in the Browser."
authors = [
{ name = "Fabian Zills", email = "[email protected]" },
Expand Down Expand Up @@ -48,6 +48,12 @@ exclude = [
"/app",
]

[tool.hatch.build.targets.wheel]
packages = ["zndraw", "zndraw_app"]
artifacts = [
"zndraw/templates/*",
]

[tool.ruff]
line-length = 90

Expand Down

0 comments on commit 7f95237

Please sign in to comment.