~ampelbein/ubuntu/natty/pyserial/lp-715766

« back to all changes in this revision

Viewing changes to examples/setup-miniterm-py2exe.py

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-01-25 07:59:17 UTC
  • mfrom: (3.1.5 experimental)
  • Revision ID: james.westby@ubuntu.com-20110125075917-m132a8pxfff5a7sf
Tags: 2.5-1
* New upstream version. Closes: #520618.
* Build a python3-serial package.
* Don't use string exception in miniterm.py. Closes: #585328.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# setup script for py2exe to create the miniterm.exe
2
 
# $Id: setup-miniterm-py2exe.py,v 1.1 2005/09/21 19:51:19 cliechti Exp $
 
2
# $Id: setup-miniterm-py2exe.py,v 1.1 2005-09-21 19:51:19 cliechti Exp $
3
3
 
4
4
from distutils.core import setup
5
5
import glob, sys, py2exe, os
16
16
        {
17
17
            'dist_dir': 'bin',
18
18
            'excludes': ['javax.comm'],
 
19
            'compressed': 1,
19
20
        }
20
21
    },
21
22
    console = [