From 9f9358f30f49e5bb79b5833e477dc5934e1ae1a4 Mon Sep 17 00:00:00 2001 From: Scott Kitterman Date: Sat, 4 Feb 2012 10:23:01 -0500 Subject: [PATCH] Add pypi trove classifiers to setup.py --- setup.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/setup.py b/setup.py index cdba809..5ee89ee 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,20 @@ Identified Mail) email signing and verification.""", data_files = [(os.path.join('share', 'man', 'man1'), ['man/dkimsign.1']), (os.path.join('share', 'man', 'man1'), ['man/dkimverify.1'])], + classifiers = [ + 'Development Status :: 5 - Production/Stable', + 'Environment :: No Input/Output (Daemon)', + 'Intended Audience :: Developers', + 'License :: DFSG approved', + 'Natural Language :: English', + 'Operating System :: OS Independent', + 'Programming Language :: Python', + 'Programming Language :: Python3', + 'Topic :: Communications :: Email :: Mail Transport Agents', + 'Topic :: Communications :: Email :: Filters', + 'Topic :: Internet :: Name Service (DNS)', + 'Topic :: Software Development :: Libraries :: Python Modules' + ] ) if os.name != 'posix':