summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2002-06-04 18:30:06 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2002-06-04 18:30:06 +0000
commitecd3d66248b814071856598e6497d4f02c072faf (patch)
tree4c0957ebfa09116be6e1ec77aa7c843384d5e4df /setup.py
parentcc12ea69ce1bc8ec8fe9cc08f8c7242fc82bebad (diff)
downloadpyserial-ecd3d66248b814071856598e6497d4f02c072faf.tar.gz
for version 1.15
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@36 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 75786ae..b3c7823 100644
--- a/setup.py
+++ b/setup.py
@@ -2,10 +2,13 @@
from distutils.core import setup
from glob import glob
+#windows installer:
+# python setup.py bdist_wininst
+
setup(
name="pyserial",
description="Python Serial Port Extension",
- version="1.13",
+ version="1.15",
author="Chris Liechti",
author_email="cliechti@gmx.net",
url="http://pyserial.sourceforge.net/",