update setup so that urlhandler and tools are included
diff --git a/pyserial/setup.py b/pyserial/setup.py
index 2892874..218400e 100644
--- a/pyserial/setup.py
+++ b/pyserial/setup.py
@@ -36,11 +36,11 @@
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 = [