From f933fd666bdd8366323f31e01ee6612115f760c6 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Mon, 23 Jul 2012 09:21:55 -0700 Subject: [PATCH] Updating trove classifiers. --- setup.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b5a895..34e12d3 100755 --- a/setup.py +++ b/setup.py @@ -8,11 +8,16 @@ setup( author='Adam Coddington', author_email='me@adamcoddington.net', classifiers=[ + 'Framework :: Django', 'Intended Audience :: Developers', 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Topic :: Utilities', + 'Topic :: Communications :: Email', + 'Topic :: Communications :: Email :: Post-Office', + 'Topic :: Communications :: Email :: Post-Office :: IMAP', + 'Topic :: Communications :: Email :: Post-Office :: POP3', + 'Topic :: Communications :: Email :: Email Clients (MUA)', ], packages=[ 'django_mailbox',