changeset 5404:9e0f91cb5242

evolve: the rest of b3e178f3e31f
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 12 Jul 2020 19:40:58 +0800
parents 741d00764d3b
children 175bb63ba111
files .gitlab/issue_templates/new-version.md MANIFEST.in debian/docs
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab/issue_templates/new-version.md	Sat Jul 11 10:24:01 2020 +0800
+++ b/.gitlab/issue_templates/new-version.md	Sun Jul 12 19:40:58 2020 +0800
@@ -1,6 +1,6 @@
 This is the actual check list for releasing evolve version X.Y.Z
 
-More details in the [README file](README#L179).
+More details in the [README.rst file](README.rst#L191).
 
 Preparation
 
--- a/MANIFEST.in	Sat Jul 11 10:24:01 2020 +0800
+++ b/MANIFEST.in	Sun Jul 12 19:40:58 2020 +0800
@@ -2,7 +2,7 @@
 include COPYING
 include hgext3rd/topic/README
 include MANIFEST.in
-include README
+include README.rst
 include setup.py
 recursive-include tests *.py *.sh *.t
 
--- a/debian/docs	Sat Jul 11 10:24:01 2020 +0800
+++ b/debian/docs	Sun Jul 12 19:40:58 2020 +0800
@@ -1,2 +1,2 @@
 html
-README
+README.rst