diff --git a/setup.py b/setup.py index f476438..77926f6 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ from setuptools import setup # Figure out if the system already has a supported Crypto library -rsa_signer_library = 'M2Crypto>=0.21.1,<=0.26.4' +rsa_signer_library = 'M2Crypto' try: import rsa