From fc83523c84012073785e6cf5fa45e0ebd4b90721 Mon Sep 17 00:00:00 2001 From: Alok Saldanha Date: Tue, 8 Sep 2020 21:01:02 -0400 Subject: [PATCH] #30 added missing js asset --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index cfb38d4..c49fdd6 100644 --- a/setup.py +++ b/setup.py @@ -53,6 +53,7 @@ setup( package_data={ "cellxgene_gateway": [ "static/css/homepagestyle.css", + "static/js/annotation.js", "static/nibr.ico", "templates/*.html", ]