From 0bccf18c469abcc27c2ebf50e0cda7349d893a5e Mon Sep 17 00:00:00 2001 From: cliechti Date: Tue, 21 Jul 2009 19:48:41 +0000 Subject: minor changes git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@214 f19166aa-fa4f-0410-85c2-fa1106f25c8a --- setup.py | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 9f3b349..305dd89 100644 --- a/setup.py +++ b/setup.py @@ -19,15 +19,15 @@ if sys.version < '2.2.3': DistributionMetadata.download_url = None setup( - name="pyserial", - description="Python Serial Port Extension", - version="2.4", - author="Chris Liechti", - author_email="cliechti@gmx.net", - url="http://pyserial.sourceforge.net/", - packages=['serial'], - license="Python", - long_description="Python Serial Port Extension for Win32, Linux, BSD, Jython", + name = "pyserial", + description = "Python Serial Port Extension", + version = "2.4", + author = "Chris Liechti", + author_email = "cliechti@gmx.net", + url = "http://pyserial.sourceforge.net/", + packages = ['serial'], + license = "Python", + long_description = "Python Serial Port Extension for Win32, Linux, BSD, Jython, IronPython", classifiers = [ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', @@ -41,4 +41,7 @@ setup( 'Topic :: Software Development :: Libraries', 'Topic :: Terminals :: Serial', ], + platforms = 'any', + #~ scripts = ['scripts/python-miniterm'], +) ) -- cgit v1.2.1