From 56858f355c103124c9339e0ed98fcdd7020aae4b Mon Sep 17 00:00:00 2001 From: Anwesha Das Date: Sun, 21 Aug 2016 01:32:08 +0530 Subject: [PATCH] Adds license information to the setup function 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={