Skip to content

Commit

Permalink
fix missing frontend in build wheels (#785)
Browse files Browse the repository at this point in the history
* fix missing frontend in build

* bump zndraw, add coauthors
  • Loading branch information
PythonFZ authored Feb 18, 2025
1 parent 7f95237 commit 0a71d45
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ tmp/
data/
.zndraw/
control/
zndraw/templates/*
.DS_Store
8 changes: 5 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[project]
name = "zndraw"
version = "0.5.9"
version = "0.5.10"
description = "Display and Edit Molecular Structures and Trajectories in the Browser."
authors = [
{ name = "Fabian Zills", email = "[email protected]" },
{ name = "Rokas Elijošius", email = "[email protected]" },
{ name = "Paul Hohenberger"},
]
classifiers = ["License :: OSI Approved :: Eclipse Public License 2.0 (EPL-2.0)"]
readme = "README.md"
Expand Down Expand Up @@ -49,9 +51,9 @@ exclude = [
]

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

[tool.ruff]
Expand Down
1 change: 1 addition & 0 deletions zndraw/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
templates/

0 comments on commit 0a71d45

Please sign in to comment.