cryptography/MANIFEST.in
Alex Gaynor b11ebd0e15 Include the fernet vectors in the sdist
We include the other vectors, so consistency!
2014-02-01 10:21:45 -08:00

8 lines
196 B
Text

include LICENSE
include AUTHORS.rst
include CONTRIBUTING.rst
include README.rst
recursive-include tests *.py
recursive-include tests/vectors *
recursive-include tests/hazmat/primitives/vectors *