From 388da0bf80768c7816432e3bf67d2ed30b87f787 Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant Date: Fri, 28 Jul 2017 18:01:11 +0100 Subject: [PATCH] Include docs to sdist Linux distributions such as Debian use PyPI as the canonical source for packages. This commit adds the Sphinx source to the release tarball so that a corresponding documentation package can be built in addition to the Python ones. --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index 41b05ab..e8e1f19 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include *.rst include *.txt include coloredlogs.pth +graft docs