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:
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_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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue