forked from mirror/django-mailbox
Updating trove classifiers.
This commit is contained in:
parent
bd241d62b5
commit
f933fd666b
1 changed files with 6 additions and 1 deletions
7
setup.py
7
setup.py
|
|
@ -8,11 +8,16 @@ setup(
|
||||||
author='Adam Coddington',
|
author='Adam Coddington',
|
||||||
author_email='me@adamcoddington.net',
|
author_email='me@adamcoddington.net',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
'Framework :: Django',
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
'Operating System :: OS Independent',
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'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=[
|
packages=[
|
||||||
'django_mailbox',
|
'django_mailbox',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue