aboutsummaryrefslogtreecommitdiffstats
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-08-11 13:19:58 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-08-11 13:19:58 -0700
commit363d284a246e48f90c6d6bca7cfbfba15a3918a1 (patch)
tree52f05292324ece4ae5989856492daef076f88c0b /MANIFEST.in
parent8ba0c3d50de27ca92d50acb574b830559657b647 (diff)
downloadcryptography-363d284a246e48f90c6d6bca7cfbfba15a3918a1.tar.gz
cryptography-363d284a246e48f90c6d6bca7cfbfba15a3918a1.tar.bz2
cryptography-363d284a246e48f90c6d6bca7cfbfba15a3918a1.zip
Simplify, thanks @dstufft
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 2f2bca7e..07e3f97a 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -5,8 +5,7 @@ include LICENSE
include README.rst
recursive-include docs *
-recursive-include cryptography/hazmat/primitives/src *.c
-recursive-include cryptography/hazmat/primitives/src *.h
+recursive-include cryptography/hazmat/primitives/src *.c *.h
prune docs/_build
recursive-include tests *.py
recursive-exclude vectors *