setup.py code style
This commit is contained in:
parent
519fc8a8d6
commit
7df190cef1
5
setup.py
5
setup.py
@ -26,6 +26,7 @@ import offlineimap
|
||||
import logging
|
||||
from test.OLItest import TextTestRunner, TestLoader, OLITestLib
|
||||
|
||||
|
||||
class TestCommand(Command):
|
||||
"""runs the OLI testsuite"""
|
||||
description = """Runs the test suite. In order to execute only a single
|
||||
@ -59,8 +60,6 @@ setup(name = "offlineimap",
|
||||
'offlineimap.repository', 'offlineimap.ui',
|
||||
'offlineimap.utils'],
|
||||
scripts=['bin/offlineimap'],
|
||||
license = offlineimap.__copyright__ + \
|
||||
", Licensed under the GPL version 2",
|
||||
license=offlineimap.__copyright__ + ", Licensed under the GPL version 2",
|
||||
cmdclass={'test': TestCommand}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user