forked from mirror/django-mailbox
Adds license information to the setup function (#115)
As suggested in https://packaging.python.org/distributing/#license
This commit is contained in:
parent
44984705d5
commit
da29259d9f
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -20,6 +20,7 @@ setup(
|
||||||
'Import mail from POP3, IMAP, local mailboxes or directly from '
|
'Import mail from POP3, IMAP, local mailboxes or directly from '
|
||||||
'Postfix or Exim4 into your Django application automatically.'
|
'Postfix or Exim4 into your Django application automatically.'
|
||||||
),
|
),
|
||||||
|
license='MIT',
|
||||||
author='Adam Coddington',
|
author='Adam Coddington',
|
||||||
author_email='me@adamcoddington.net',
|
author_email='me@adamcoddington.net',
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue