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 (#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 '
|
||||
'Postfix or Exim4 into your Django application automatically.'
|
||||
),
|
||||
license='MIT',
|
||||
author='Adam Coddington',
|
||||
author_email='me@adamcoddington.net',
|
||||
extras_require={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue