Changeset 10247 for trunk/setup_win32.py
- Timestamp:
- 08/15/08 05:20:23 (3 months ago)
- Files:
-
- 1 modified
-
trunk/setup_win32.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/setup_win32.py
r10221 r10247 1 1 ## setup_win32.py (run me as python setup_win32.py py2exe -O2) 2 2 ## 3 ## Copyright (C) 2003-2007 Yann Leboulanger <asterix@lagaule.org> 4 ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem@gmail.com> 3 ## Copyright (C) 2003-2008 Yann Leboulanger <asterix AT lagaule.org> 4 ## Copyright (C) 2005-2006 Nikos Kouremenos <kourem AT gmail.com> 5 ## Copyright (C) 2008 Jonathan Schleifer <js-gajim AT webkeks.org> 5 6 ## 6 7 ## This file is part of Gajim. … … 12 13 ## Gajim is distributed in the hope that it will be useful, 13 14 ## but WITHOUT ANY WARRANTY; without even the implied warranty of 14 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the15 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 15 16 ## GNU General Public License for more details. 16 17 ## 17 18 ## You should have received a copy of the GNU General Public License 18 ## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 19 ## along with Gajim. If not, see <http://www.gnu.org/licenses/>. 20 ## 19 21 20 22 from distutils.core import setup
