diff setup.py @ 5398:b3e178f3e31f

evolve: move README to rst
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Wed, 08 Jul 2020 22:41:20 +0530
parents 00bcca246403
children 279c01842eca
line wrap: on
line diff
--- a/setup.py	Wed Jul 08 22:38:30 2020 +0530
+++ b/setup.py	Wed Jul 08 22:41:20 2020 +0530
@@ -42,7 +42,7 @@
     maintainer_email='pierre-yves.david@ens-lyon.org',
     url='https://www.mercurial-scm.org/doc/evolution/',
     description='Flexible evolution of Mercurial history.',
-    long_description=open(join(dirname(__file__), 'README')).read(),
+    long_description=open(join(dirname(__file__), 'README.rst')).read(),
     keywords='hg mercurial',
     license='GPLv2+',
     py_modules=py_modules,