From c6e5199a38dedde0779b660f788d34318c310544 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Wed, 20 Jan 2010 11:02:19 -0200 Subject: [PATCH] Forgot to add the new logo in the install and package --- MANIFEST | 1 + setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/MANIFEST b/MANIFEST index d281a18..45f75c0 100644 --- a/MANIFEST +++ b/MANIFEST @@ -26,6 +26,7 @@ mitterlib/ui/ui_tty.py mitterlib/ui/ui_zork.py pixmaps/mitter-error.png pixmaps/mitter-new.png +pixmaps/mitter-big.png pixmaps/mitter.png pixmaps/unknown.png locale/en_US/LC_MESSAGES/mitter.mo diff --git a/setup.py b/setup.py index 746f2d7..6ed9836 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,7 @@ params = { 'data_files': [ ('share/pixmaps', ['pixmaps/mitter.png', + 'pixmaps/mitter-big.png', 'pixmaps/mitter-new.png', 'pixmaps/mitter-error.png', 'pixmaps/unknown.png']),