Skip to content

Commit

Permalink
update rendering of pypi description
Browse files Browse the repository at this point in the history
  • Loading branch information
janwijbrand committed Jan 16, 2018
1 parent 8d4f823 commit 8df3143
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Expand Up @@ -31,12 +31,12 @@ def read(*rnames):
zip_safe=False,
author='Martijn Faassen (at Infrae)',
author_email='faassen@startifact.com',
description="""\
hurry.workflow is a simple workflow system. It can be used to
implement stateful multi-version workflows for Zope Toolkit applications.
""",
description=(
"hurry.workflow is a simple workflow system. It can be used to "
"implement stateful multi-version workflows for Zope Toolkit "
"applications."),
long_description=long_description,
license='ZPL 2.1',
license='ZPL2.1',
keywords="zope zope3",
classifiers=[
'Environment :: Web Environment',
Expand Down

0 comments on commit 8df3143

Please sign in to comment.