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 b99a3b7 commit f489ac5Copy full SHA for f489ac5
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.75 2004-11-11 06:13:52 richard Exp $
+# $Id: setup.py,v 1.76 2004-11-29 02:01:05 anthonybaxter Exp $
20
21
from distutils.core import setup, Extension
22
from distutils.util import get_platform
@@ -221,7 +221,6 @@ def check_manifest():
221
print '\n*** SOURCE ERROR: There are files missing (%d/%d found)!'%(
222
n-len(err), n)
223
print 'Missing:', '\nMissing: '.join(err)
224
- sys.exit(1)
225
226
227
class build_py_roundup(build_py):
0 commit comments