From 29247b9b3fd7e2172b59b0621295f218f08c5ec1 Mon Sep 17 00:00:00 2001 From: "Sean P. Goggins" Date: Tue, 23 Jan 2024 10:31:56 -0600 Subject: [PATCH] Update setup.py Working on docker build --- setup.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/setup.py b/setup.py index d2a149d93b..896813a8cc 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,11 @@ exec(open("metadata.py").read()) +# Make sure pip and wheel are up to date + +python3 -m ensurepip --default-pip +python3 -m pip install --upgrade pip setuptools wheel + setup( name=__slug__, version=__version__,