aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-02-24 11:12:58 -0800
committerDavid Reid <dreid@dreid.org>2014-02-24 11:12:58 -0800
commit81f9f5cb49435e468c08c5b553ad5667bcb77478 (patch)
tree473274e0fcf9443d3eac1a570ccbe6b1d5d56279
parent2f97c6371c4f4bf75a583241c57f393f6e8ca1a4 (diff)
parent81ed541419b940da0413a8bc78f5ca7b24fdccde (diff)
downloadcryptography-81f9f5cb49435e468c08c5b553ad5667bcb77478.tar.gz
cryptography-81f9f5cb49435e468c08c5b553ad5667bcb77478.tar.bz2
cryptography-81f9f5cb49435e468c08c5b553ad5667bcb77478.zip
Merge pull request #681 from reaperhulk/add-docs-to-sdist
Add docs to sdist. fixes #679
-rw-r--r--MANIFEST.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 93d95511..a252cc8d 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -4,6 +4,8 @@ include CONTRIBUTING.rst
include LICENSE
include README.rst
+recursive-include docs *
+prune docs/_build
recursive-include tests *.py
recursive-include tests/vectors *
recursive-include tests/hazmat/primitives/vectors *