From 071a5a4383f28c6f14ad31c861b7dd05a37239a5 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 24 Feb 2014 11:25:51 -0600 Subject: add docs to sdist. fixes #679 --- MANIFEST.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MANIFEST.in b/MANIFEST.in index 93d95511..8087077b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,9 @@ include CONTRIBUTING.rst include LICENSE include README.rst +recursive-include docs * +prune docs/_build +prune docs/_static recursive-include tests *.py recursive-include tests/vectors * recursive-include tests/hazmat/primitives/vectors * -- cgit v1.2.3 From 81ed541419b940da0413a8bc78f5ca7b24fdccde Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 24 Feb 2014 12:43:44 -0600 Subject: don't prune static. why would you do that? --- MANIFEST.in | 1 - 1 file changed, 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8087077b..a252cc8d 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -6,7 +6,6 @@ include README.rst recursive-include docs * prune docs/_build -prune docs/_static recursive-include tests *.py recursive-include tests/vectors * recursive-include tests/hazmat/primitives/vectors * -- cgit v1.2.3