From fe64c25bf1d065f809cec22fa0772f2630264004 Mon Sep 17 00:00:00 2001 From: Cody Logan Date: Mon, 30 Oct 2023 16:15:00 -0700 Subject: Add comment about backwards compatibility to setup.py --- setup.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a73e48c..f1c237f 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,10 @@ # You should have received a copy of the GNU General Public License # along with Wikiget. If not, see . +# This is a stub file for older versions of pip, setuptools, etc. that aren't fully +# compatible with the latest Python packaging standards. +# See + from setuptools import setup setup() -- cgit v1.2.3