From 28107cb965139d2c25d2def8d36eb9a144da2086 Mon Sep 17 00:00:00 2001 From: Kattni Date: Fri, 10 Apr 2020 14:20:08 -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 0d911a4582adc338ddb83adc22675d3df96c2d9f Mon Sep 17 00:00:00 2001 From: Kattni Date: Fri, 10 Apr 2020 14:32:46 -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. +"""