Skip to content

Commit

Permalink
Merge pull request #286 from davidbrochart/jupyverse_api
Browse files Browse the repository at this point in the history
Fix jupyverse-api -> jupyverse_api
  • Loading branch information
davidbrochart authored Apr 6, 2023
2 parents 111008e + 0f656bf commit 254a3df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ python -m pip install -e plugins/terminals
python -m pip install -e plugins/nbconvert
python -m pip install -e plugins/yjs
python -m pip install -e plugins/auth
python -m pip install -e jupyverse_api
python -m pip install -e .
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
"fps-terminals",
"fps-nbconvert",
"fps-yjs",
"jupyverse-api",
"jupyverse_api",
]

[[project.authors]]
Expand Down Expand Up @@ -137,7 +137,7 @@ skip = [ "check-links", "check-manifest",]

[tool.jupyter-releaser.options]
python_packages = [
"jupyverse_api:jupyverse-api",
"jupyverse_api:jupyverse_api",
"plugins/noauth:fps-noauth",
"plugins/auth:fps-auth",
"plugins/auth_fief:fps-auth-fief",
Expand All @@ -152,7 +152,7 @@ python_packages = [
"plugins/yjs:fps-yjs",
"plugins/resource_usage:fps-resource-usage",
"plugins/login:fps-login",
".:jupyverse:jupyverse-api,fps-noauth,fps-auth,fps-auth-fief,fps-contents,fps-jupyterlab,fps-kernels,fps-lab,fps-frontend,fps-nbconvert,fps-retrolab,fps-terminals,fps-yjs,fps-resource-usage"
".:jupyverse:jupyverse_api,fps-noauth,fps-auth,fps-auth-fief,fps-contents,fps-jupyterlab,fps-kernels,fps-lab,fps-frontend,fps-nbconvert,fps-retrolab,fps-terminals,fps-yjs,fps-resource-usage"
]

[tool.hatch.version]
Expand Down

0 comments on commit 254a3df

Please sign in to comment.