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',