Skip to content
Snippets Groups Projects
Commit 0e49ce38 authored by nkour's avatar nkour
Browse files

include much more info in setup_win32.py

parent 1c8e0601
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment