From 0ffd2fe6a72fcb5df547e0cc9d41c7a93c67cd16 Mon Sep 17 00:00:00 2001 From: ulif <uli@gnufix.de> Date: Wed, 2 Dec 2015 22:59:08 +0100 Subject: [PATCH] Update MANIFEST.in template. Fixes suggested by `check-manifest`. It might be helpful to deliver also docs and tests with releases, although they are not needed to run the software. --- MANIFEST.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 6299919..47a72ba 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,2 +1,4 @@ recursive-include diceware/wordlists *.txt *.asc -include README.rst CHANGES.rst LICENSE +recursive-include docs *.bat *.py *.rst Makefile +recursive-include tests *.asc *.py *.txt +include README.rst CHANGES.rst LICENSE COPYRIGHT tox.ini -- GitLab