comparison 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
comparison
equal deleted inserted replaced
133:b6f601ba7f3c 134:1b47146a4a2c
32 version=version, 32 version=version,
33 author='Idan Kamara', 33 author='Idan Kamara',
34 author_email='idankk86@gmail.com', 34 author_email='idankk86@gmail.com',
35 url='http://selenic.com/repo/python-hglib', 35 url='http://selenic.com/repo/python-hglib',
36 description='Mercurial Python library', 36 description='Mercurial Python library',
37 long_description=open(os.path.join(os.path.dirname(__file__), 'README')).read(), 37 long_description=open(os.path.join(os.path.dirname(__file__),
38 'README')).read(),
38 license='MIT', 39 license='MIT',
39 packages=['hglib']) 40 packages=['hglib'])