From 4721042f07acf64b6177732871477bb92a4750c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 25 Feb 2021 19:23:43 +0000 Subject: td42xx: updat eextra definition in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4bb1c3c..98e1c85 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ extras_require = { "otverio2015": ["construct", "PYSCSI[sgio]>=2.0.1"], "otverioiq": ["construct", "pyserial"], "sdcodefree": ["construct", "pyserial"], - "td4277": ["construct", "pyserial[cp2110]>=3.5b0"], + "td42xx": ["construct", "pyserial[cp2110]>=3.5b0"], "dev": [ "absl-py", "construct>=2.9", -- cgit v1.2.3