diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 14:36:56 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 14:36:56 -0700 |
commit | 987de8e7d5f7da50092c39eb0e00a224df61f42e (patch) | |
tree | 21b75a90ac7d0c5b39ef39eaf472ab43da7cefae /setup.py | |
parent | 96d8eafc476e265c4f954846283f9f5ff0e1c6bb (diff) |
Crypto released a setuptools bugfix as 2.4.1.
(cherry picked from commit 2279ef690932d8ba3627632f5e81bbf5f7bd8381)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |