1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Actually fixing Python 3 support; thanks for pointing out that it was broken, @greendee!

This commit is contained in:
Adam Coddington 2014-04-25 16:50:44 -07:00
parent 3b2d60a903
commit 872f4786c7

View file

@ -7,7 +7,7 @@ tests_require = [
setup( setup(
name='django-mailbox', name='django-mailbox',
version='3.1.2', version='3.2',
url='http://github.com/latestrevision/django-mailbox/', url='http://github.com/latestrevision/django-mailbox/',
description=( description=(
'Import mail from POP3, IMAP, local mailboxes or directly from ' 'Import mail from POP3, IMAP, local mailboxes or directly from '