1
0
Fork 0

Be very careful about filename length.

This commit is contained in:
Adam Coddington 2013-01-20 16:58:56 -08:00
parent f19471cd1a
commit 5bd99b8b91
2 changed files with 7 additions and 4 deletions

View file

@ -4,7 +4,7 @@ tests_require=['django']
setup(
name='django-mailbox',
version='1.8',
version='1.8.1',
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',