Skip to content

Commit

Permalink
fix: ensure JS is included in PyPI wheel (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt authored Sep 19, 2023
1 parent 91ab3db commit 62e1216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ demo/
notebooks/mnt/
docs/_build/
dist/
.venv

hg/_version.py
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ fuse = [

[tool.hatch.build]
sources = ["src"]
only-packages = true
artifacts = ["src/higlass/widget.js"]

[tool.hatch.version]
source = "vcs"
Expand Down

0 comments on commit 62e1216

Please sign in to comment.