diff --git a/setup_win32.py b/setup_win32.py index ee694b4f4eb7ceb1494c13908c6031de1b2b141c..2f2455109a76da132693ecd3583ebe5ba35fbcc9 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',