Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
1918:a840c5b5bbaf | 1919:769b2b271422 |
---|---|
11 version='1.0.0', | 11 version='1.0.0', |
12 author='Augie Fackler', | 12 author='Augie Fackler', |
13 maintainer='Augie Fackler', | 13 maintainer='Augie Fackler', |
14 maintainer_email='augie@google.com', | 14 maintainer_email='augie@google.com', |
15 url='http://bitbucket.org/durin42/hg-topics/', | 15 url='http://bitbucket.org/durin42/hg-topics/', |
16 description='Experimental tinkering with workflow ideas for topic branches.', | 16 description=('Experimental tinkering with workflow ideas ' |
17 'for topic branches.'), | |
17 long_description=open('README.md').read(), | 18 long_description=open('README.md').read(), |
18 keywords='hg mercurial', | 19 keywords='hg mercurial', |
19 license='GPLv2+', | 20 license='GPLv2+', |
20 packages=['hgext3rd.topic'], | 21 packages=['hgext3rd.topic'], |
21 install_requires=requires, | 22 install_requires=requires, |