From fa939ace45ff74961a55f4c1fd006dce168cd23f Mon Sep 17 00:00:00 2001 From: Kattni Date: Fri, 10 Apr 2020 14:26:38 -0400 Subject: [PATCH 1/2] Add setup.py.disabled --- setup.py.disabled | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 setup.py.disabled diff --git a/setup.py.disabled b/setup.py.disabled new file mode 100644 index 0000000..5e2a982 --- /dev/null +++ b/setup.py.disabled @@ -0,0 +1,2 @@ +"""This library is not deployed to PyPI. It is either a board-specific helper library or +does not make sense for use on single board computers and Linux.""" From d6406c0fb00ba8c9b4a882f4d03a39ad28d74237 Mon Sep 17 00:00:00 2001 From: Kattni Date: Fri, 10 Apr 2020 14:32:31 -0400 Subject: [PATCH 2/2] Update wording. --- setup.py.disabled | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.py.disabled b/setup.py.disabled index 5e2a982..a80b9bf 100644 --- a/setup.py.disabled +++ b/setup.py.disabled @@ -1,2 +1,4 @@ -"""This library is not deployed to PyPI. It is either a board-specific helper library or -does not make sense for use on single board computers and Linux.""" +""" +This library is not deployed to PyPI. It is either a board-specific helper library, or +does not make sense for use on or is incompatible with single board computers and Linux. +"""