From: Oleg Broytman Date: Sat, 15 Apr 2017 20:09:10 +0000 (+0300) Subject: Fix sdist and git alias X-Git-Tag: 0.0.1~6 X-Git-Url: https://git.phdru.name/?p=ppu.git;a=commitdiff_plain;h=8d1d18f79c7732544991bed51956c34877b250cd Fix sdist and git alias ChangeLog was renamed to docs/news.rst. --- 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/\.$//