summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorPrzemyslaw Gajda <quermit@gmail.com>2012-04-25 00:30:19 +0200
committerPrzemyslaw Gajda <quermit@gmail.com>2012-04-25 00:30:19 +0200
commit9a6e25a979e7629a7b2813b60e2e240c63bd18bf (patch)
tree80289ecb80304f91ba3b8bbaa30e4a18021ee462 /setup.py
parent17bee3dab43dd9c4feb1d0202d4a99699de8b00a (diff)
downloadpymox-9a6e25a979e7629a7b2813b60e2e240c63bd18bf.tar.gz
Fixed pep8 issues.
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.'),
)