aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-24 12:43:44 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-02-24 12:43:44 -0600
commit81ed541419b940da0413a8bc78f5ca7b24fdccde (patch)
tree613d50854b218d08d15dc345ce89f8747f263031 /MANIFEST.in
parent071a5a4383f28c6f14ad31c861b7dd05a37239a5 (diff)
downloadcryptography-81ed541419b940da0413a8bc78f5ca7b24fdccde.tar.gz
cryptography-81ed541419b940da0413a8bc78f5ca7b24fdccde.tar.bz2
cryptography-81ed541419b940da0413a8bc78f5ca7b24fdccde.zip
don't prune static. why would you do that?
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 0 insertions, 1 deletions
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 *