aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-01 10:21:45 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-01 10:21:45 -0800
commitb11ebd0e15bd33ec8aba43db5e98df54d91a9d7b (patch)
tree600a7835ca12f249e145c4cc16a23916da626e3e /MANIFEST.in
parente4ec95d87da51c7dfd039e3925814d6c9a7380da (diff)
downloadcryptography-b11ebd0e15bd33ec8aba43db5e98df54d91a9d7b.tar.gz
cryptography-b11ebd0e15bd33ec8aba43db5e98df54d91a9d7b.tar.bz2
cryptography-b11ebd0e15bd33ec8aba43db5e98df54d91a9d7b.zip
Include the fernet vectors in the sdist
We include the other vectors, so consistency!
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 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 *