From 1654dc3922bd4940e9c2d074b0327a396ca295bd Mon Sep 17 00:00:00 2001 From: Benjamin Drung Date: Thu, 18 Apr 2019 13:10:37 +0200 Subject: [PATCH] Include all documentation files into release tarball Add CODE_OF_CONDUCT.md, CONTRIBUTING.rst, NOTICE, and SUPPORT.rst into the release tarball, because these files are also useful there. Signed-off-by: Benjamin Drung --- MANIFEST.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 2cc0c36f05d..52d3110debd 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,11 +1,15 @@ include AUTHORS +include CODE_OF_CONDUCT.md +include CONTRIBUTING.rst include HACKING.rst include LICENSE +include NOTICE include README.rst include requirements/base.txt include requirements/raet.txt include requirements/cloud.txt include requirements/zeromq.txt +include SUPPORT.rst include tests/*.py recursive-include tests * include tests/integration/modules/files/*