From 41486018e8a61c8c685008b5b17eca42819e1035 Mon Sep 17 00:00:00 2001 From: elie Date: Thu, 27 Oct 2011 09:53:48 +0000 Subject: trove classificators added --- setup.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d0a9b53..5b57618 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,23 @@ params.update( { 'author': 'Ilya Etingof', 'author_email': 'ilya@glas.net', 'url': 'http://sourceforge.net/projects/pyasn1/', + 'classifiers': [ + 'Development Status :: 5 - Production/Stable', + 'Intended Audience :: Developers', + 'Intended Audience :: Information Technology', + 'Intended Audience :: Telecommunications Industry', + 'Operating System :: OS Independent', + 'Operating System :: MacOS :: MacOS X', + 'Operating System :: Microsoft :: Windows', + 'Operating System :: POSIX', + 'Programming Language :: Python', + 'Programming Language :: Python :: 2', + 'Programming Language :: Python :: 3', + 'Topic :: Communications', + 'Topic :: Security :: Cryptography', + 'Topic :: Software Development :: Libraries :: Python Modules', + 'License :: OSI Approved :: BSD License' + ], 'license': 'BSD', 'packages': [ 'pyasn1', 'pyasn1.type', -- cgit v1.2.1