Skip to content

Commit c1a3197

Browse files
committed
MANIFEST.in: Include templates/ directory
The templates directory includes the index.html which is rendered by handlers.py. Without the index.html file it throws a 500 error.
1 parent cbb55cc commit c1a3197

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
graft jupyter_remote_desktop_proxy/share
22
graft jupyter_remote_desktop_proxy/static
3+
graft jupyter_remote_desktop_proxy/templates

0 commit comments

Comments
 (0)