Mercurial > python-hglib
diff setup.py @ 134:1b47146a4a2c 1.4
style: fix long lines
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Tue, 30 Sep 2014 12:48:04 -0500 |
parents | 009e7858a93b |
children | 91329df47df5 |
line wrap: on
line diff
--- a/setup.py Tue Sep 30 11:23:15 2014 -0500 +++ b/setup.py Tue Sep 30 12:48:04 2014 -0500 @@ -34,6 +34,7 @@ author_email='idankk86@gmail.com', url='http://selenic.com/repo/python-hglib', description='Mercurial Python library', - long_description=open(os.path.join(os.path.dirname(__file__), 'README')).read(), + long_description=open(os.path.join(os.path.dirname(__file__), + 'README')).read(), license='MIT', packages=['hglib'])