Skip to content

Commit

Permalink
Merge pull request yuvipanda#20 from yuvipanda/complete-rename
Browse files Browse the repository at this point in the history
Complete rename of the project - from jupyter_desktop/jupyter-desktop-server to jupyter_remote_desktop_proxy
  • Loading branch information
yuvipanda authored Jan 19, 2023
2 parents 8f5b964 + f50e0fd commit e455cd6
Show file tree
Hide file tree
Showing 253 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN wget -q "https://sourceforge.net/projects/turbovnc/files/${TURBOVNC_VERSION}
&& rm ./turbovnc.deb \
&& ln -s /opt/TurboVNC/bin/* /usr/local/bin/

COPY jupyter_desktop /opt/install/jupyter_desktop
COPY jupyter_remote_desktop_proxy /opt/install/jupyter_remote_desktop_proxy
COPY setup.py MANIFEST.in README.md LICENSE /opt/install/
RUN fix-permissions /opt/install

Expand Down
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
graft jupyter_desktop/share
graft jupyter_remote_desktop_proxy/share
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
--- jupyter_desktop/share/web/noVNC-1.2.0/vnc_lite.html.orig 2021-07-23 15:53:07.951581766 +0100
+++ jupyter_desktop/share/web/noVNC-1.2.0/vnc_lite.html 2021-07-23 15:52:29.893284532 +0100
diff --git a/jupyter_remote_desktop_proxy/share/web/noVNC-1.2.0/vnc_lite.html b/jupyter_remote_desktop_proxy/share/web/noVNC-1.2.0/vnc_lite.html
index d17ab9e..a9e3e9b 100644
--- a/jupyter_remote_desktop_proxy/share/web/noVNC-1.2.0/vnc_lite.html
+++ b/jupyter_remote_desktop_proxy/share/web/noVNC-1.2.0/vnc_lite.html
@@ -3,6 +3,8 @@
<head>

Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@


setup(
name="jupyter-desktop-server",
name="jupyter-remote-desktop-proxy",
packages=find_packages(),
version='0.1.3',
version='0.2.0',
author="Jupyter Development Team",
author_email="[email protected]",
classifiers=[
Expand All @@ -22,7 +22,7 @@
description="Run a desktop environments on Jupyter",
entry_points={
'jupyter_serverproxy_servers': [
'desktop = jupyter_desktop:setup_desktop',
'desktop = jupyter_remote_desktop_proxy:setup_desktop',
]
},
install_requires=[
Expand Down

0 comments on commit e455cd6

Please sign in to comment.