diff --git a/setup.py b/setup.py index ff3455251..7531c523d 100644 --- a/setup.py +++ b/setup.py @@ -15,10 +15,10 @@ exec(open("metadata.py").read()) -# Make sure pip and wheel are up to date - -exec(python3 -m ensurepip --default-pip) -exec(python3 -m pip install --upgrade pip setuptools wheel) +RUN pip install -U \ + pip \ + setuptools \ + wheel setup( name=__slug__,