diff options
author | Michael Elkins <melkins@tislabs.com> | 2011-03-24 21:21:18 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2011-03-24 21:21:18 +0000 |
commit | c08d43bb107d88f673db8f344f4e2299d4dac5b8 (patch) | |
tree | 3880a2b1d1d40f3a52420b40c07e70fd11075d3f /rpkid/setup.py | |
parent | 3c351a85bfe4026e5caab1991829de4c150e0378 (diff) |
remove installation of templates from rpki.gui
svn path=/rpkid/setup.py; revision=3740
Diffstat (limited to 'rpkid/setup.py')
-rw-r--r-- | rpkid/setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
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 |