summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 28a30a3..9b6f95c 100755
--- a/setup.py
+++ b/setup.py
@@ -26,6 +26,6 @@ setup(name='mox',
maintainer_email='quermit@gmail.com',
license='Apache License, Version 2.0',
description='Mock object framework',
- long_description='''Mox is a mock object framework for Python based on the
-Java mock object framework EasyMock.''',
+ long_description=('Mox is a mock object framework for Python based on'
+ 'the Java mock object framework EasyMock.'),
)