From: Bruno Wagner Date: Wed, 22 Jul 2015 19:51:51 +0000 (-0300) Subject: [style] fixed extra requires typo X-Git-Tag: 0.4.2~23 X-Git-Url: https://leap.se/git/leap_pycommon.git/commitdiff_plain/a1a23479ea89518faa5e59f1490a6203453801ca?ds=sidebyside [style] fixed extra requires typo --- 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"] }, )