# HG changeset patch # User Sean Farley # Date 1458619661 25200 # Node ID 769b2b271422346d15652698a9c06ddf98795383 # Parent a840c5b5bbaf264e5cd38f6eabebc3f8131af4e6 setup: break long line diff -r a840c5b5bbaf -r 769b2b271422 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+',