Mercurial > evolve
view setup.py @ 580:4676650f4f9d stable
test-stabilize-conflict.t: yes is not a standard shell utility
And for some reason the test fails on OSX.
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Sat, 13 Oct 2012 16:31:52 +0200 |
parents | 5559e5a4b656 |
children | 22cacfce2a65 |
line wrap: on
line source
# Copied from histedit setup.py # Credit to Augie Fackler <durin42@gmail.com> from distutils.core import setup setup( name='hg-evolve', version='1.0.2', author='Pierre-Yves David', maintainer='Pierre-Yves David', maintainer_email='pierre-yves.david@logilab.fr', url='https://bitbucket.org/marmoute/mutable-history', description='Flexible evolution of Mercurial history.', long_description=open('README').read(), keywords='hg mercurial', license='GPLv2+', py_modules=['hgext.evolve'], )