Mercurial > p > roundup > code
comparison setup.py @ 2975:7edf7779145b
removed useless and annoying exit
| author | Anthony Baxter <anthonybaxter@users.sourceforge.net> |
|---|---|
| date | Mon, 29 Nov 2004 02:02:06 +0000 |
| parents | 3e53f30799e3 |
| children | 6fe75dcb0b34 |
comparison
equal
deleted
inserted
replaced
| 2973:0f0e0c9c6b69 | 2975:7edf7779145b |
|---|---|
| 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 14 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 15 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 16 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 17 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 18 # | 18 # |
| 19 # $Id: setup.py,v 1.75 2004-11-11 06:13:52 richard Exp $ | 19 # $Id: setup.py,v 1.76 2004-11-29 02:01:05 anthonybaxter Exp $ |
| 20 | 20 |
| 21 from distutils.core import setup, Extension | 21 from distutils.core import setup, Extension |
| 22 from distutils.util import get_platform | 22 from distutils.util import get_platform |
| 23 from distutils.command.build_scripts import build_scripts | 23 from distutils.command.build_scripts import build_scripts |
| 24 from distutils.command.build import build | 24 from distutils.command.build import build |
| 219 if err: | 219 if err: |
| 220 n = len(manifest) | 220 n = len(manifest) |
| 221 print '\n*** SOURCE ERROR: There are files missing (%d/%d found)!'%( | 221 print '\n*** SOURCE ERROR: There are files missing (%d/%d found)!'%( |
| 222 n-len(err), n) | 222 n-len(err), n) |
| 223 print 'Missing:', '\nMissing: '.join(err) | 223 print 'Missing:', '\nMissing: '.join(err) |
| 224 sys.exit(1) | |
| 225 | 224 |
| 226 | 225 |
| 227 class build_py_roundup(build_py): | 226 class build_py_roundup(build_py): |
| 228 | 227 |
| 229 def find_modules(self): | 228 def find_modules(self): |
