forked from mirror/django-mailbox
Actually fixing Python 3 support; thanks for pointing out that it was broken, @greendee!
This commit is contained in:
parent
3b2d60a903
commit
872f4786c7
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -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 '
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue