Crypto released a setuptools bugfix as 2.4.1.

(cherry picked from commit 2279ef6909)
This commit is contained in:
Jeff Forcier 2012-09-23 14:36:56 -07:00
parent 96d8eafc47
commit 987de8e7d5
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ import sys
try: try:
from setuptools import setup from setuptools import setup
kw = { kw = {
'install_requires': 'pycrypto >= 2.1, < 2.4', 'install_requires': 'pycrypto >= 2.1, != 2.4',
} }
except ImportError: except ImportError:
from distutils.core import setup from distutils.core import setup