From c2980f60abc34f7fd8b5e24fe15c2996b63de61e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 26 Mar 2013 15:32:29 -0400 Subject: [PATCH] MANIFEST.in: Distribute the doc directory (but don't install it) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Put the docs in the distribution tarball, so folks don't need to checkout the Git repository just to read the docs. Reported-by: Nuno Rombert Pinhão --- MANIFEST.in | 1 + 1 file changed, 1 insertion(+) diff --git a/MANIFEST.in b/MANIFEST.in index b3d277e..5539ecf 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,3 +1,4 @@ include AUTHORS include COPYING recursive-include pycomedi *.pxd +recursive-include doc *.txt *.py -- 2.26.2