From 4ec3a8e678d4a3889921138fe83970aba39992f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 31 Dec 2017 21:48:49 +0000 Subject: sdcodefree: rewrite using construct and improve readability. This replaces the use of manual structures with well-defined construct entries; it also give consistency to packet vs message. Log input and output messages, to be clearer. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index c49745a..a9b7c18 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ setup( 'fsoptium': ['pyserial'], 'fsprecisionneo': ['construct', 'hidapi'], 'accucheck_reports': [], - 'sdcodefree': ['pyserial'], + 'sdcodefree': ['construct', 'pyserial'], }, entry_points = { 'console_scripts': [ -- cgit v1.2.3