summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
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",