commit | b11ebd0e15bd33ec8aba43db5e98df54d91a9d7b | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Sat Feb 01 10:21:45 2014 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Sat Feb 01 10:21:45 2014 -0800 |
tree | 600a7835ca12f249e145c4cc16a23916da626e3e | |
parent | e4ec95d87da51c7dfd039e3925814d6c9a7380da [diff] |
Include the fernet vectors in the sdist We include the other vectors, so consistency!
diff --git a/MANIFEST.in b/MANIFEST.in index 67e9da1..c5ca035 100644 --- a/MANIFEST.in +++ b/MANIFEST.in
@@ -4,4 +4,5 @@ include README.rst recursive-include tests *.py +recursive-include tests/vectors * recursive-include tests/hazmat/primitives/vectors *