Mercurial > evolve
view setup.py @ 1430:47da85809cb2 compat-hg2.4
close inactive compatibility branch
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Tue, 23 Jun 2015 16:45:47 -0700 |
parents | f9d305deeff3 |
children | ca5459892427 |
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='2.1.0', 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'], )