summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-07-28 01:28:16 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-07-28 01:28:16 +0000
commite6f8347a906d77b9f360b3fc1f8489d01d7acc82 (patch)
treeb62edca539f3b4df38177c56f9bf3c5b4c4151ee /setup.py
parent08840adc3bd51a32e9d71662338ff90f1cd97cc5 (diff)
downloadpyserial-e6f8347a906d77b9f360b3fc1f8489d01d7acc82.tar.gz
- doc updates
- rename test_rawio -> test_iolib git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@256 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 4198f32..71fb0f7 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,7 @@ except ImportError:
if sys.version < '2.3':
# distutils that old can't cope with the "classifiers" or "download_url"
# keywords and True/False constants and basestring are missing
- raise ValueError("Sorry Python versions older than 2.2.3 are no longer"
+ raise ValueError("Sorry Python versions older than 2.3 are no longer"
"supported - check http://pyserial.sf.net for older "
"releases or upgrade your Python installation.")