aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorCody Logan <cody@lokken.dev>2023-10-30 16:15:00 -0700
committerCody Logan <cody@lokken.dev>2023-10-30 16:15:00 -0700
commitfe64c25bf1d065f809cec22fa0772f2630264004 (patch)
treef9f9639769a8f42a153a39eb07d67932a0a7be30 /setup.py
parentbc4bfd3b719efe3b9b5e58f51106e58090653d1a (diff)
downloadwikiget-fe64c25bf1d065f809cec22fa0772f2630264004.tar.gz
wikiget-fe64c25bf1d065f809cec22fa0772f2630264004.zip
Add comment about backwards compatibility to setup.py
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 4 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>.
+# This is a stub file for older versions of pip, setuptools, etc. that aren't fully
+# compatible with the latest Python packaging standards.
+# See <https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html>
+
from setuptools import setup
setup()