From b62e9ebbf9a32bc29aa33918cf7ffa606a0aab84 Mon Sep 17 00:00:00 2001 From: yrriban Date: Mon, 9 Jun 2025 22:57:58 -0400 Subject: [PATCH] Remove the deprecated check command. --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 48c66e8..a8d8aa9 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,6 @@ setup( 'put = dcc.put:Put', 'pb = dcc.pb:PB', 'ss = dcc.ss:SS', - 'check = dcc.check:Check', 'extract = dcc.extract:Extract', 'fetch = dcc.fetch:Fetch', 'text = dcc.text:Text',