From 8d1d18f79c7732544991bed51956c34877b250cd Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 15 Apr 2017 23:09:10 +0300 Subject: [PATCH] Fix sdist and git alias ChangeLog was renamed to docs/news.rst. --- MANIFEST.in | 2 +- get-commit-message.vim | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 1d3d94f..3b862f1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,3 @@ global-include Makefile *.py *.rst *.txt -include docs/genapidocs COPYING ChangeLog MANIFEST.in TODO mk-distr +include docs/genapidocs COPYING MANIFEST.in TODO mk-distr recursive-include docs *.css *.js *.html *.gif *.png diff --git a/get-commit-message.vim b/get-commit-message.vim index 0ee615b..b542750 100644 --- a/get-commit-message.vim +++ b/get-commit-message.vim @@ -1,8 +1,8 @@ set fileencoding=utf-8 -edit ChangeLog -normal 1G3yy +edit docs/news.rst +normal 4G4yy buffer 1 -normal 1GPf ;Da: +normal 1GPjddkf ;Da: . normal JJ s/\.$// -- 2.39.2