From a1a23479ea89518faa5e59f1490a6203453801ca Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Wed, 22 Jul 2015 16:51:51 -0300 Subject: [style] fixed extra requires typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') 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"] }, ) -- cgit v1.2.3