Changeset 9123 for branches/pep/setup_win32.py
- Timestamp:
- 12/12/07 09:44:46 (12 months ago)
- Files:
-
- 1 modified
-
branches/pep/setup_win32.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pep/setup_win32.py
r7693 r9123 1 1 ## setup_win32.py (run me as python setup_win32.py py2exe -O2) 2 2 ## 3 ## Copyright (C) 2003-200 6 Yann Le Boulanger <asterix@lagaule.org>3 ## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> 4 4 ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> 5 5 ## 6 ## This program is free software; you can redistribute it and/or modify 6 ## This file is part of Gajim. 7 ## 8 ## Gajim is free software; you can redistribute it and/or modify 7 9 ## it under the terms of the GNU General Public License as published 8 ## by the Free Software Foundation; version 2only.10 ## by the Free Software Foundation; version 3 only. 9 11 ## 10 ## This program is distributed in the hope that it will be useful,12 ## Gajim is distributed in the hope that it will be useful, 11 13 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 12 14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 13 15 ## GNU General Public License for more details. 14 16 ## 17 ## You should have received a copy of the GNU General Public License 18 ## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 15 19 16 20 from distutils.core import setup … … 24 28 opts = { 25 29 'py2exe': { 26 'includes': 'pango,atk,gobject,cairo,pangocairo,gtk.keysyms,encodings,encodings.* ',30 'includes': 'pango,atk,gobject,cairo,pangocairo,gtk.keysyms,encodings,encodings.*,docutils.readers.*,docutils.writers.html4css1', 27 31 'dll_excludes': [ 28 32 'iconv.dll','intl.dll','libatk-1.0-0.dll', … … 39 43 setup( 40 44 name = 'Gajim', 41 version = '0.11 ',45 version = '0.11.4', 42 46 description = 'A full featured Jabber client', 43 47 author = 'Gajim Development Team',
