From: Oleg Broytman Date: Sat, 15 Apr 2017 20:08:53 +0000 (+0300) Subject: Fix sdist and git alias X-Git-Tag: 0.1.1~8 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=fd7a13c7d52ef8fe85371832193e0d2e91cef04c;hp=b3d839f1db88f27fe33179f82b323b3b378c382a Fix sdist and git alias ChangeLog was renamed to docs/news.rst. --- diff --git a/MANIFEST.in b/MANIFEST.in index e242358..9b0a539 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ global-include Makefile *.py *.rst *.txt -include docs/genapidocs COPYING ChangeLog MANIFEST.in TODO mk-distr tox.ini +include docs/genapidocs COPYING MANIFEST.in TODO mk-distr tox.ini include demo/demo.sql scripts/mysql2sql tests/mysql2sql/test.out 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/\.$//