aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pyserial/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-pyserial/README')
-rw-r--r--python/python3-pyserial/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/python/python3-pyserial/README b/python/python3-pyserial/README
deleted file mode 100644
index 09add54e81c1f..0000000000000
--- a/python/python3-pyserial/README
+++ /dev/null
@@ -1,5 +0,0 @@
-This module encapsulates the access for the serial port. It provides
-backends for Python3 running on Windows, OSX, Linux, BSD (possibly any
-POSIX compliant system) and IronPython.
-
-The module named "serial" automatically selects the appropriate backend.