From 15b38afd67a9019ea2e534d8bdcad6132ecf8848 Mon Sep 17 00:00:00 2001 From: Nic Wolfe <nic@wolfeden.ca> Date: Fri, 28 Jan 2011 22:55:19 -0700 Subject: [PATCH] Include missing images --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 736e3de4f..d4fb07364 100644 --- a/setup.py +++ b/setup.py @@ -101,6 +101,7 @@ data_files = find_data_files('', '', [ 'data/images/*', 'data/images/providers/*', 'data/images/tablesorter/*', + 'data/images/menu/*', 'data/js/*', 'data/interfaces/*', 'data/interfaces/default/*', -- GitLab