aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-24 11:25:51 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-24 11:25:51 -0600
commit071a5a4383f28c6f14ad31c861b7dd05a37239a5 (patch)
tree1fc68cfaa1a29d4fb1c0f6bd2c18225eaf36d3cd /MANIFEST.in
parent79cdb55f469b4a493f2c084b8cf786723c01fbac (diff)
downloadcryptography-071a5a4383f28c6f14ad31c861b7dd05a37239a5.tar.gz
cryptography-071a5a4383f28c6f14ad31c861b7dd05a37239a5.tar.bz2
cryptography-071a5a4383f28c6f14ad31c861b7dd05a37239a5.zip
add docs to sdist. fixes #679
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 3 insertions, 0 deletions
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 *