-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Complete rename of the project - from jupyter_desktop/jupyter-desktop-server to jupyter_remote_desktop_proxy #20
Conversation
👈 Launch a binder notebook on this branch for commit 8f94ed4 |
I checked an sdist and it looks ok:
I'll make a PyPI release + a git tag once this is merged, and open a PR with installation instructions (which should help address part of #12) |
8f94ed4
to
2c8e7a1
Compare
👈 Launch a binder notebook on this branch for commit 2c8e7a1 |
I'm on mobile, but a big plus for the change idea! |
Install instructions PR at #21 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since this change is breaking I'll not go for a merge right now but let @manics or someone else review as well.
👈 Launch a binder notebook on this branch for commit 5e57af2 |
I've created a new PyPI project that and invited you as owners @yuvipanda @manics. I've also added jupyterhub-bot as a maintainer and generated a token setup as env variable for GitHub actions to use when publishing. |
The package and everything was still being called jupyter_desktop, rather than jupyter_remote_desktop_proxy. This PR renames the package, and bumps the version number so we can make a release to PyPI.
5e57af2
to
ee28879
Compare
👈 Launch a binder notebook on this branch for commit ee28879 |
Rebased after I merged the other PR. |
@consideRatio can you invite me again? The previous one expired. I'll merge and make a release tomorrow if there are no objections. |
Done @yuvipanda! |
👈 Launch a binder notebook on this branch for commit f50e0fd |
The package and everything was still being called jupyter_desktop, rather than jupyter_remote_desktop_proxy. This PR renames the package, and bumps the version number so we can make a release to PyPI.
EDIT by Erik
This package was named
jupyter-desktop-server
on PyPI, andjupyter_desktop
as a Python module when installing the PyPI package. Following this change, we are going forjupyter_remote_desktop_proxy
as a Python module with the PyPI packagejupyter-remote-desktop-proxy
.