summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Wagner <bwgpro@gmail.com>2015-07-22 16:51:51 -0300
committerKali Kaneko <kali@leap.se>2015-07-23 16:16:36 -0400
commita1a23479ea89518faa5e59f1490a6203453801ca (patch)
treea14ae40f9c4697c527c84c6fce8665c601b0c4ad
parent25d3b7c80f85cd94159b574274108061a94f1bc9 (diff)
[style] fixed extra requires typo
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 776a477..ca83017 100644
--- a/setup.py
+++ b/setup.py
@@ -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"]
},
)