setup: break long line
authorSean Farley <sean@farley.io>
Mon, 21 Mar 2016 21:07:41 -0700
changeset 1919 769b2b271422
parent 1918 a840c5b5bbaf
child 1920 2a28bd7eab31
setup: break long line
setup.py
--- 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+',