Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Working on docker build
  • Loading branch information
sgoggins authored Jan 23, 2024
1 parent 25ebabb commit 29247b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__,
Expand Down

0 comments on commit 29247b9

Please sign in to comment.