From 184189f0a535996edca01a68182ed07d32e26e9c Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 27 Jan 2019 11:49:17 +0100 Subject: Support manhole debugging Add optional support for manhole to all cli tools. Activated by signal USR1. --- setup.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 7cf6b32..7344470 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,9 @@ setup( 'yarl', 'multidict', ], + extras_require={ + 'manhole': ['manhole>=1.6'], + }, entry_points={ 'console_scripts': [ 'crocoite-grab = crocoite.cli:single', -- cgit v1.2.3