diff --git a/setup.py b/setup.py index 6a7c8de9..c38881f8 100755 --- a/setup.py +++ b/setup.py @@ -61,6 +61,6 @@ setup( ), extras_require={ - 'betterssl': ['pyOpenSSL', 'ndg-httpsclient', 'pyasn1'], + 'security': ['pyOpenSSL', 'ndg-httpsclient', 'pyasn1'], }, )