summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-03-09 15:30:11 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2011-03-09 15:30:11 +0000
commitb23187bfd1ae5aee724e538e09b11cc3c45b7aae (patch)
treea42827fcec92937bc007bd36bfbd77e9913821cc /setup.py
parentca907d15f06e63e9508c5b84c0630eb8e7aa9232 (diff)
downloadpyserial-b23187bfd1ae5aee724e538e09b11cc3c45b7aae.tar.gz
update setup so that urlhandler and tools are included
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@386 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 2892874..218400e 100644
--- a/setup.py
+++ b/setup.py
@@ -36,11 +36,11 @@ if sys.version < '2.3':
setup(
name = "pyserial" + suffix,
description = "Python Serial Port Extension",
- version = "2.5",
+ version = "2.6pre",
author = "Chris Liechti",
author_email = "cliechti@gmx.net",
url = "http://pyserial.sourceforge.net/",
- packages = ['serial'],
+ packages = ['serial', 'serial.tools', 'serial.urlhandler'],
license = "Python",
long_description = "Python Serial Port Extension for Win32, Linux, BSD, Jython, IronPython",
classifiers = [