From c08d43bb107d88f673db8f344f4e2299d4dac5b8 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Thu, 24 Mar 2011 21:21:18 +0000 Subject: remove installation of templates from rpki.gui svn path=/rpkid/setup.py; revision=3740 --- rpkid/setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'rpkid/setup.py') diff --git a/rpkid/setup.py b/rpkid/setup.py index 4efe523b..e938b4de 100644 --- a/rpkid/setup.py +++ b/rpkid/setup.py @@ -48,8 +48,7 @@ setup(name = "rpkitoolkit", url = "http://www.rpki.net/", packages = ["rpki", "rpki.POW", "rpki.gui", "rpki.gui.app" ], ext_modules = [pow], - package_data = {'rpki.gui' : ['templates/*.html', 'templates/registration/*.html'], - 'rpki.gui.app' : ['templates/rpkigui/*.html']}, + package_data = { 'rpki.gui.app' : ['templates/*.html', 'templates/*/*.html'] }, # bdist_rpm seems to get confused by relative names for scripts, # so we have to prefix the source name of anything here with the -- cgit v1.2.3