From c1a3197d3091e214e31242306c1f8e3c1f429378 Mon Sep 17 00:00:00 2001
From: Zach McGrew <mcgrewz@wwu.edu>
Date: Tue, 26 Mar 2024 09:19:18 -0700
Subject: [PATCH] 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.
---
 MANIFEST.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MANIFEST.in b/MANIFEST.in
index 50109e32..f72ca08c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,2 +1,3 @@
 graft jupyter_remote_desktop_proxy/share
 graft jupyter_remote_desktop_proxy/static
+graft jupyter_remote_desktop_proxy/templates