changeset 1919:769b2b271422

setup: break long line
author Sean Farley <sean@farley.io>
date Mon, 21 Mar 2016 21:07:41 -0700
parents a840c5b5bbaf
children 2a28bd7eab31
files setup.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sat Mar 19 14:15:57 2016 -0700
+++ b/setup.py	Mon Mar 21 21:07:41 2016 -0700
@@ -13,7 +13,8 @@
     maintainer='Augie Fackler',
     maintainer_email='augie@google.com',
     url='http://bitbucket.org/durin42/hg-topics/',
-    description='Experimental tinkering with workflow ideas for topic branches.',
+    description=('Experimental tinkering with workflow ideas '
+                 'for topic branches.'),
     long_description=open('README.md').read(),
     keywords='hg mercurial',
     license='GPLv2+',