summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDwayne C. Litzenberger <dlitz@dlitz.net>2009-03-11 00:26:58 -0400
committerDwayne C. Litzenberger <dlitz@dlitz.net>2009-03-11 00:45:47 -0400
commit1fa5277473caab58bed3d2cb46c87651092cba61 (patch)
treedafc7c9ebc5f0dd5e703497d8755cc747252f3c6 /setup.py
parentf7a67d3c1f4b91a5aa652f2f623f3b70d65b131d (diff)
downloadpycrypto-1fa5277473caab58bed3d2cb46c87651092cba61.tar.gz
setup.py: Remove exclusion for Crypto.test
There is no test.py module anymore, so we can remove this cruft.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 990f500..1cd87b5 100644
--- a/setup.py
+++ b/setup.py
@@ -28,7 +28,6 @@ else:
# The list consists of (package, module_name) tuples
from distutils.command.build_py import build_py
EXCLUDE_PY = [
- ('Crypto', 'test'), # Top-level test module (it doesn't work outside the source tree anyway)
('Crypto.Hash', 'RIPEMD160'), # Included for your amusement, but the C version is much faster.
]