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

Adds license information to the setup function

As suggested in https://packaging.python.org/distributing/#license
This commit is contained in:
Anwesha Das 2016-08-21 01:32:08 +05:30
parent 44984705d5
commit 56858f355c

View file

@ -20,6 +20,7 @@ setup(
'Import mail from POP3, IMAP, local mailboxes or directly from '
'Postfix or Exim4 into your Django application automatically.'
),
license='MIT',
author='Adam Coddington',
author_email='me@adamcoddington.net',
extras_require={