Crypto released a setuptools bugfix as 2.4.1.

This commit is contained in:
Jeff Forcier 2011-11-04 14:00:24 -07:00
parent 12cf1674fc
commit 2279ef6909
1 changed files with 1 additions and 1 deletions

View File

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