setup.py
branchstable
changeset 1146 3de3d85069fd
parent 1138 c13b408c0006
child 1149 a206ee74f129
equal deleted inserted replaced
1115:cc19b6400dae 1146:3de3d85069fd
     3 
     3 
     4 from distutils.core import setup
     4 from distutils.core import setup
     5 
     5 
     6 setup(
     6 setup(
     7     name='hg-evolve',
     7     name='hg-evolve',
     8     version='4.0.0',
     8     version='5.0.0',
     9     author='Pierre-Yves David',
     9     author='Pierre-Yves David',
    10     maintainer='Pierre-Yves David',
    10     maintainer='Pierre-Yves David',
    11     maintainer_email='pierre-yves.david@ens-lyon.org',
    11     maintainer_email='pierre-yves.david@ens-lyon.org',
    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.',