Skip to content

Commit

Permalink
Fix LICENSE issue
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Apr 13, 2024
1 parent 940a1e9 commit b4216de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions projects/jupyter-collaboration-ui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ exclude = ["/.github", "/binder", "node_modules"]

[tool.hatch.build.targets.sdist.force-include]
"../../packages" = "packages"
"../../LICENSE" = "LICENSE"

[tool.hatch.build.targets.wheel.shared-data]
"jupyter_collaboration_ui/labextension" = "share/jupyter/labextensions/@jupyter/collaboration-extension"
Expand Down
3 changes: 3 additions & 0 deletions projects/jupyter-collaboration/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,6 @@ path = "jupyter_collaboration/_version.py"

[tool.check-wheel-contents]
ignore = ["W002"]

[tool.hatch.build.targets.sdist.force-include]
"../../LICENSE" = "LICENSE"
1 change: 1 addition & 0 deletions projects/jupyter-docprovider/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ exclude = ["/.github", "/binder", "node_modules"]

[tool.hatch.build.targets.sdist.force-include]
"../../packages" = "packages"
"../../LICENSE" = "LICENSE"

[tool.hatch.build.targets.wheel.shared-data]
"jupyter_docprovider/labextension" = "share/jupyter/labextensions/@jupyter/docprovider-extension"
Expand Down
3 changes: 3 additions & 0 deletions projects/jupyter-server-ydoc/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,6 @@ exclude = ["/.github", "/binder", "node_modules"]

[tool.check-wheel-contents]
ignore = ["W002"]

[tool.hatch.build.targets.sdist.force-include]
"../../LICENSE" = "LICENSE"

0 comments on commit b4216de

Please sign in to comment.