We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d501fd4 commit 9895084Copy full SHA for 9895084
setup.py
@@ -16,7 +16,7 @@
16
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
17
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
18
#
19
-# $Id: setup.py,v 1.64.2.10 2004-11-27 21:33:13 richard Exp $
+# $Id: setup.py,v 1.64.2.11 2004-11-29 02:02:06 anthonybaxter Exp $
20
21
from distutils.core import setup, Extension
22
from distutils.util import get_platform
@@ -148,7 +148,6 @@ def check_manifest():
148
print '\n*** SOURCE ERROR: There are files missing (%d/%d found)!'%(
149
n-len(err), n)
150
print 'Missing:', '\nMissing: '.join(err)
151
- sys.exit(1)
152
153
154
class build_roundup(build):
0 commit comments