Mercurial > evolve
diff setup.py @ 1919:769b2b271422
setup: break long line
author | Sean Farley <sean@farley.io> |
---|---|
date | Mon, 21 Mar 2016 21:07:41 -0700 |
parents | 85390446f8c1 |
children | 99f983e8e18f |
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+',