From 3fb5b6c7f220976bd89d3f2f77360c5743bd5c83 Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant Date: Mon, 24 Jul 2017 09:54:09 +0100 Subject: [PATCH] Add docs to the release tarball The PyPI tarball is the canonical source for building packages on Linux distributions such as Debian. It would be desirable to have the docs shipped in the sdist, so that a corresponding documentation package can be built on the Debian side. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 41c49fb8..9a7cc9a7 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -7,6 +7,7 @@ recursive-include wx ** recursive-include license *.txt include LICENSE.txt +graft docs recursive-exclude wx .git recursive-exclude wx *.pyc