From 0e49ce389bc6ff1fb3344115c8c46f13302f7fab Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos <kourem@gmail.com> Date: Mon, 20 Nov 2006 14:39:31 +0000 Subject: [PATCH] include much more info in setup_win32.py --- setup_win32.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup_win32.py b/setup_win32.py index ee694b4f4e..2f2455109a 100644 --- a/setup_win32.py +++ b/setup_win32.py @@ -39,6 +39,11 @@ setup( name = 'Gajim', version = '0.11', description = 'A full featured Jabber client', + author = 'Gajim Development Team', + url = 'http://www.gajim.org/', + download_url = 'http://www.gajim.org/downloads.php', + license = 'GPL', + windows = [{'script': 'src/gajim.py', 'icon_resources': [(1, 'data/pixmaps/gajim.ico')]}, {'script': 'src/history_manager.py', -- GitLab