From 39f1d239931b72aa7c3883ec22b34681f38a54bf Mon Sep 17 00:00:00 2001 From: Nikolaus Schulz Date: Wed, 18 Oct 2006 01:32:51 +0000 Subject: Clarified comment about the python version required to run setup.py. --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index dcea84f..28c13af 100755 --- a/setup.py +++ b/setup.py @@ -15,7 +15,8 @@ Your version of python is: %s""" % sys.version print too_old_error sys.exit(1) -check_python_version() # define & run this early - 'distutils.core' is new +# define & run this early - 'distutils.core' requires Python >= 2.0 +check_python_version() from distutils.core import setup setup(name="archivemail", -- cgit v1.2.3