From 40c34bb6427f634ee4c9fc4fe7539d7f993abc19 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Thu, 21 Apr 2016 21:23:25 +0000 Subject: Update the GUI to work with the new rcynicdb. svn path=/branches/tk705/; revision=6365 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 68cab34a..10275ba9 100644 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ if autoconf.RP_TARGET == "rp": "rpki.rcynicdb", "rpki.gui", "rpki.gui.app", - "rpki.gui.cacheview", + "rpki.gui.gui_rpki_cache", "rpki.gui.api", "rpki.gui.routeview"] @@ -104,7 +104,7 @@ if autoconf.CA_TARGET == "ca": "templates/*/*.html", "templatetags/*.py"] - package_data["rpki.gui.cacheview"] = ["templates/*/*.html"] + package_data["rpki.gui.gui_rpki_cache"] = ["migrations/*.py"] data_files += [(autoconf.datarootdir + "/rpki/wsgi", -- cgit v1.2.3