forked from mirror/django-mailbox
Adding Python3 support.
This commit is contained in:
parent
4567312402
commit
364a3061c2
3 changed files with 35 additions and 22 deletions
6
setup.py
6
setup.py
|
|
@ -2,7 +2,6 @@ from setuptools import setup
|
|||
|
||||
tests_require=[
|
||||
'django',
|
||||
'mimic',
|
||||
]
|
||||
|
||||
setup(
|
||||
|
|
@ -34,5 +33,8 @@ setup(
|
|||
'django_mailbox.migrations',
|
||||
'django_mailbox.transports',
|
||||
'django_mailbox.tests',
|
||||
],
|
||||
],
|
||||
install_requires=[
|
||||
'six'
|
||||
]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue