From cd6f62063db58339dc86b523507c8907181413a2 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Mon, 4 Dec 2017 10:59:20 +0100 Subject: [PATCH] Ship documentation in source distribution Source distributions (sdist) of python-ldap now contain documentation. This allows users to build and read docs locally. Also fixes tox test run in sdist. https://github.com/python-ldap/python-ldap/pull/77 --- MANIFEST.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 8549335..f7398fa 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -5,3 +5,5 @@ recursive-include Build *.cfg* recursive-include Lib *.py recursive-include Demo *.py recursive-include Tests *.py *.ldif +recursive-include Doc *.rst *.py spelling_wordlist.txt Makefile +prune Doc/.build