diff --git a/setup.py b/setup.py index 9540a47c..6a7c8de9 100755 --- a/setup.py +++ b/setup.py @@ -60,4 +60,7 @@ setup( 'Programming Language :: Python :: 3.4' ), + extras_require={ + 'betterssl': ['pyOpenSSL', 'ndg-httpsclient', 'pyasn1'], + }, )