From e9897ce3a2234513b276591f9767c5ce9754cbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 16 Aug 2019 16:02:26 +0200 Subject: [PATCH] misc: remove auth2_ssl entrypoint (#35418) --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 81289e713..7e440ad5c 100755 --- a/setup.py +++ b/setup.py @@ -169,7 +169,6 @@ setup(name="authentic2", }, entry_points={ 'authentic2.plugin': [ - 'authentic2-auth-ssl = authentic2.auth2_auth.auth2_ssl:Plugin', 'authentic2-auth-saml = authentic2_auth_saml:Plugin', 'authentic2-auth-oidc = authentic2_auth_oidc:Plugin', 'authentic2-idp-saml2 = authentic2.idp.saml:Plugin',