diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-04-06 12:36:50 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-04-24 10:11:17 -0700 |
commit | 7a709498dce3d75d5c8125270760305ac1354a44 (patch) | |
tree | 290926f358514fb57e09bcc99e15a372da570b85 | |
parent | 7e84566772db39ec7e28558a0ec5c8c0c3987f4b (diff) |
Formatting
-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 |