summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2010-05-21 00:30:09 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2010-05-21 00:30:09 +0000
commitf042c97eab3d2ba217e9d5fa0bd0adf039281b2b (patch)
tree627a88177d9f1dfcd6b81308c32d81dc1cf85101 /setup.py
parent59eb56a741b22afb533fbcedaee0d26087cf4392 (diff)
downloadpyserial-f042c97eab3d2ba217e9d5fa0bd0adf039281b2b.tar.gz
- documentation updates
- preparations for next release git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@362 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index cd71ce7..353ffdc 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,7 @@ if sys.version < '2.3':
setup(
name = "pyserial" + suffix,
description = "Python Serial Port Extension",
- version = "2.5-rc2",
+ version = "2.5",
author = "Chris Liechti",
author_email = "cliechti@gmx.net",
url = "http://pyserial.sourceforge.net/",
@@ -50,6 +50,7 @@ setup(
'Programming Language :: Python :: 2.4',
'Programming Language :: Python :: 2.5',
'Programming Language :: Python :: 2.6',
+ 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',