Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
PEP-8
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Nov 5, 2015
1 parent 31d7c7e commit ef8a261
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions setup.py
Expand Up @@ -44,13 +44,13 @@
'cryptacular',
'zope.interface',
'zope.password',
],
],
extras_require = dict(
test = [
'zope.testing',
],
),
test=[
'zope.testing',
],
),
entry_points={
'console_scripts': []
},
'console_scripts': [],
},
)

0 comments on commit ef8a261

Please sign in to comment.