From 38b2a077ecafc3372c2c99a0c4a792c98c554dc4 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sat, 22 Jun 2013 15:46:10 -0700 Subject: [PATCH] Adding misplaced comma. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca3a913..2531131 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ tests_require=[ setup( name='django-mailbox', - version='2.0' + version='2.0', url='http://bitbucket.org/latestrevision/django-mailbox/', description='Import mail from POP3, IMAP, local mailboxes or directly from Postfix or Exim4 into your Django application automatically.', author='Adam Coddington',