1
0
Fork 0

Adds license information to the setup function (#115)

As suggested in https://packaging.python.org/distributing/#license
This commit is contained in:
anweshadas 2016-08-21 08:30:36 +05:30 committed by Adam Coddington
parent 44984705d5
commit da29259d9f

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={