setup.py
changeset 1919 769b2b271422
parent 1901 85390446f8c1
child 1929 99f983e8e18f
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,