setup.py
changeset 2016 192c9f92148d
parent 1929 99f983e8e18f
child 2020 143c8e4dc22d
equal deleted inserted replaced
2015:6fbc654b42b2 2016:192c9f92148d
    17     description=('Experimental tinkering with workflow ideas '
    17     description=('Experimental tinkering with workflow ideas '
    18                  'for topic branches.'),
    18                  'for topic branches.'),
    19     long_description=open('README.md').read(),
    19     long_description=open('README.md').read(),
    20     keywords='hg mercurial',
    20     keywords='hg mercurial',
    21     license='GPLv2+',
    21     license='GPLv2+',
    22     packages=['hgext3rd.topic'],
    22     packages=['hgext3rd'],
    23     install_requires=requires,
    23     install_requires=requires,
    24 )
    24 )