diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-06 12:36:50 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-06 12:36:50 -0700 |
commit | b81025e3d2ddb71fd28632b33b3bf9b5cc56c826 (patch) | |
tree | 18456bdf27c9e7df6cd025be8b287e26e7b57d49 /setup.py | |
parent | 4781f190cf5736baa5ad7c6be11492a18e1cd52d (diff) |
Formatting
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |