Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Kouremenos <kourem@gmail.com>2006-11-20 17:39:31 +0300
committerNikos Kouremenos <kourem@gmail.com>2006-11-20 17:39:31 +0300
commit0e49ce389bc6ff1fb3344115c8c46f13302f7fab (patch)
tree496e4851d50ee621a85792d45cf28d07dd04f1e7 /setup_win32.py
parent1c8e0601a356b765a42a13f394118edcc04d95f7 (diff)
include much more info in setup_win32.py
Diffstat (limited to 'setup_win32.py')
-rw-r--r--setup_win32.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/setup_win32.py b/setup_win32.py
index ee694b4f4..2f2455109 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',