1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Updating trove classifiers.

This commit is contained in:
Adam Coddington 2012-07-23 09:21:55 -07:00
parent bd241d62b5
commit f933fd666b

View file

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