From 7d491f40c10ff7cf3bb4eceb5ba974112f464199 Mon Sep 17 00:00:00 2001 From: cliechti Date: Wed, 10 Sep 2003 20:14:53 +0000 Subject: updated clasifiers for PyPi git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@87 f19166aa-fa4f-0410-85c2-fa1106f25c8a --- setup.py | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 6858ba3..61acc2c 100644 --- a/setup.py +++ b/setup.py @@ -13,5 +13,18 @@ setup( url="http://pyserial.sourceforge.net/", packages=['serial'], license="Python", - long_description="Python Serial Port Extension for Win32, Linux, BSD, Jython" + long_description="Python Serial Port Extension for Win32, Linux, BSD, Jython", + classifiers=[ + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: Developers', + 'Intended Audience :: End Users/Desktop', + 'License :: OSI Approved :: Python Software Foundation License', + 'Natural Language :: English', + 'Operating System :: POSIX', + 'Operating System :: Microsoft :: Windows', + 'Programming Language :: Python', + 'Topic :: Communications', + 'Topic :: Software Development :: Libraries', + 'Topic :: Terminals :: Serial', + ], ) -- cgit v1.2.1