setup.py
changeset 733 d0472c630542
parent 717 cdb52bbbe5b8
child 736 15cc141833d2
equal deleted inserted replaced
732:05ec92d8150d 733:d0472c630542
    12     url='https://bitbucket.org/marmoute/mutable-history',
    12     url='https://bitbucket.org/marmoute/mutable-history',
    13     description='Flexible evolution of Mercurial history.',
    13     description='Flexible evolution of Mercurial history.',
    14     long_description=open('README').read(),
    14     long_description=open('README').read(),
    15     keywords='hg mercurial',
    15     keywords='hg mercurial',
    16     license='GPLv2+',
    16     license='GPLv2+',
    17     py_modules=['hgext.evolve'],
    17     py_modules=['hgext.evolve', 'hgext.pushexperiment'],
    18 )
    18 )