From: W. Trevor King Date: Tue, 26 Mar 2013 19:32:29 +0000 (-0400) Subject: MANIFEST.in: Distribute the doc directory (but don't install it) X-Git-Tag: 0.8~4 X-Git-Url: http://git.tremily.us/?p=pycomedi.git;a=commitdiff_plain;h=c2980f60abc34f7fd8b5e24fe15c2996b63de61e MANIFEST.in: Distribute the doc directory (but don't install it) 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 --- 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