From c6a93192e8f5ba03245858a3470d8f5e5123e589 Mon Sep 17 00:00:00 2001 From: Jaap Karssenberg Date: Mon, 28 Jan 2019 21:22:57 +0100 Subject: [PATCH] Fix MANIFEST.in for moving README.txt to README.md --- MANIFEST.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index a7bc0a3b2..d7819b940 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,8 +2,10 @@ # need to specify additional ditribution files here include *.py include *.txt +include *.md include *.conf include Makefile +include LICENSE graft translations graft data prune data/manual/.zim @@ -15,6 +17,4 @@ graft contrib graft tests prune tests/tmp graft tools -graft HACKING -graft HACKING/.zim global-exclude *~ *.bak *.swp *.pyc