diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-01 10:43:42 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-01 10:43:42 -0800 |
commit | 0990d11ccd7eb95724111b7564ec66fbda48d4b2 (patch) | |
tree | 600a7835ca12f249e145c4cc16a23916da626e3e | |
parent | e4ec95d87da51c7dfd039e3925814d6c9a7380da (diff) | |
parent | b11ebd0e15bd33ec8aba43db5e98df54d91a9d7b (diff) | |
download | cryptography-0990d11ccd7eb95724111b7564ec66fbda48d4b2.tar.gz cryptography-0990d11ccd7eb95724111b7564ec66fbda48d4b2.tar.bz2 cryptography-0990d11ccd7eb95724111b7564ec66fbda48d4b2.zip |
Merge pull request #542 from alex/include-fernet-vectors
Include the fernet vectors in the sdist
-rw-r--r-- | MANIFEST.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST.in b/MANIFEST.in index 67e9da11..c5ca0359 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,4 +4,5 @@ include CONTRIBUTING.rst include README.rst recursive-include tests *.py +recursive-include tests/vectors * recursive-include tests/hazmat/primitives/vectors * |