From ecd3d66248b814071856598e6497d4f02c072faf Mon Sep 17 00:00:00 2001 From: cliechti Date: Tue, 4 Jun 2002 18:30:06 +0000 Subject: for version 1.15 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@36 f19166aa-fa4f-0410-85c2-fa1106f25c8a --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'setup.py') 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/", -- cgit v1.2.1