From 29c1ea82ff935c07dd370a1bfa8efbbb52bda85a Mon Sep 17 00:00:00 2001 From: Alex Brandt Date: Tue, 7 Oct 2014 10:54:03 -0500 Subject: [PATCH] Add the documentation to the sdist tarball. Currently the documentation is not included in the sdist provided by PyPi due to this missing Manifest line. --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index a035ca3..7029ff8 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include HISTORY.rst README.rst LICENSE AUTHORS NOTICE \ No newline at end of file +include HISTORY.rst README.rst LICENSE AUTHORS NOTICE recursive-include docs * \ No newline at end of file