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,7 +40,8 @@ import sys
try: try:
from setuptools import setup from setuptools import setup
kw = { kw = {
'install_requires': ['pycrypto >= 2.1, != 2.4', 'install_requires': [
'pycrypto >= 2.1, != 2.4',
'ecdsa', 'ecdsa',
], ],
} }