aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-03-24 18:53:34 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-03-24 18:53:34 -0400
commit1a12b51dda7029cbff9ffd15fb0c258a4de9e6aa (patch)
tree4066e4903a4b6fc5512b2ae6002f46f0477ed5f6 /MANIFEST.in
parent8c8ee123cbe76fc7cdfca9c9313b16e11059b511 (diff)
parent7cbe50eccd551928946c16b1f3bb85065ee2086c (diff)
downloadcryptography-1a12b51dda7029cbff9ffd15fb0c258a4de9e6aa.tar.gz
cryptography-1a12b51dda7029cbff9ffd15fb0c258a4de9e6aa.tar.bz2
cryptography-1a12b51dda7029cbff9ffd15fb0c258a4de9e6aa.zip
Merge pull request #1774 from chelseawinfree/im_confident
Moved OpenSSL engine into standalone c and h files
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index b7e6559f..8dbd0dc2 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -8,6 +8,7 @@ include README.rst
recursive-include docs *
recursive-include src/cryptography/hazmat/primitives/src *.c *.h
+recursive-include src/cryptography/hazmat/bindings/openssl/src *.c *.h
prune docs/_build
recursive-include tests *.py
recursive-exclude vectors *