diff options
author | Bruno Wagner <bwgpro@gmail.com> | 2015-07-22 16:51:51 -0300 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-07-23 16:16:36 -0400 |
commit | a1a23479ea89518faa5e59f1490a6203453801ca (patch) | |
tree | a14ae40f9c4697c527c84c6fce8665c601b0c4ad | |
parent | 25d3b7c80f85cd94159b574274108061a94f1bc9 (diff) |
[style] fixed extra requires typo
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -143,6 +143,6 @@ setup( # needed for leap.common.http # service_identity needed for propper hostname identification, # see http://twistedmatrix.com/documents/current/core/howto/ssl.html - 'Twisted': ["Twisted>=14.0.2", "service_identity", "zope.insterface"] + 'Twisted': ["Twisted>=14.0.2", "service_identity", "zope.interface"] }, ) |