From da29259d9fe3d856d6c1db3af80f6af2ca07521a Mon Sep 17 00:00:00 2001 From: anweshadas Date: Sun, 21 Aug 2016 08:30:36 +0530 Subject: [PATCH] Adds license information to the setup function (#115) As suggested in https://packaging.python.org/distributing/#license --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 2e53cb4..e429a1c 100755 --- a/setup.py +++ b/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={