diff setup.py @ 90:f58882dce2d7

Move README.txt to README.rst and tidy up Now reflects no dependencies, how to install using pip and how to use it. All other information has been discarded and can be found by looking in other files.
author Roy Marples <roy@marples.name>
date Tue, 19 Jan 2021 23:05:11 +0000
parents fec9b2b96c5f
children c305720d5b7c
line wrap: on
line diff
--- a/setup.py	Tue Jan 19 23:00:57 2021 +0000
+++ b/setup.py	Tue Jan 19 23:05:11 2021 +0000
@@ -31,7 +31,7 @@
     maintainer_email='roy@marples.name',
     url='https://roy.marples.name/hg/hg-fastimport/',
     description='Mercurial extension for importing from a git fast-import stream.',
-    long_description=open(join(dirname(__file__), 'README.txt')).read(),
+    long_description=open(join(dirname(__file__), 'README.rst')).read(),
     keywords='hg git mercurial',
     license='GPLv2',
     packages=py_packages,