include much more info in setup_win32.py
This commit is contained in:
parent
1c8e0601a3
commit
0e49ce389b
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ setup(
|
||||||
name = 'Gajim',
|
name = 'Gajim',
|
||||||
version = '0.11',
|
version = '0.11',
|
||||||
description = 'A full featured Jabber client',
|
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',
|
windows = [{'script': 'src/gajim.py',
|
||||||
'icon_resources': [(1, 'data/pixmaps/gajim.ico')]},
|
'icon_resources': [(1, 'data/pixmaps/gajim.ico')]},
|
||||||
{'script': 'src/history_manager.py',
|
{'script': 'src/history_manager.py',
|
||||||
|
|
Loading…
Add table
Reference in a new issue