Skip to content

Commit

Permalink
clean up files
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 21, 2022
1 parent 89b704e commit c638284
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ build/
octave-workspace
*.egg-info/
*.pyc
jupyter-data
9 changes: 8 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,14 @@ content-type = "text/x-rst"
test = ["pytest", "nbconvert", "jupyter_kernel_test", "nbconvert"]

[tool.hatch.build.targets.wheel.shared-data]
"jupyter-data/share/jupyter/kernels/octave" = "share/jupyter/kernels/octave"
"jupyter-data/share" = "share"

[tool.hatch.build.targets.sdist]
include = [
"/jupyter-data",
"/octave_kernel",
"/*.md"
]

[tool.hatch.version]
path = "octave_kernel/_version.py"
Expand Down

0 comments on commit c638284

Please sign in to comment.