Formatting

This commit is contained in:
Jeff Forcier 2014-04-06 12:36:50 -07:00
parent 7e84566772
commit 7a709498dc
1 changed files with 4 additions and 3 deletions

View File

@ -40,9 +40,10 @@ import sys
try:
from setuptools import setup
kw = {
'install_requires': ['pycrypto >= 2.1, != 2.4',
'ecdsa',
],
'install_requires': [
'pycrypto >= 2.1, != 2.4',
'ecdsa',
],
}
except ImportError:
from distutils.core import setup