Add offlineimap.utils to the list of our modules

Forgot to do it while was adding stacktrace support.

Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
Eygene Ryabinkin 2013-02-05 07:38:11 +04:00
parent de84c3941c
commit 4dcd676b23
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@ setup(name = "offlineimap",
author_email = offlineimap.__author_email__,
url = offlineimap.__homepage__,
packages = ['offlineimap', 'offlineimap.folder',
'offlineimap.repository', 'offlineimap.ui'],
'offlineimap.repository', 'offlineimap.ui',
'offlineimap.utils'],
scripts = ['bin/offlineimap'],
license = offlineimap.__copyright__ + \
", Licensed under the GPL version 2",