Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Wheel
  • Loading branch information
sgoggins authored Jan 23, 2024
1 parent fbcc02d commit 7057675
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"""
from setuptools import setup, find_packages
from os import path
import wheel

here = path.abspath(path.dirname(__file__))

Expand All @@ -15,11 +16,6 @@

exec(open("metadata.py").read())

RUN pip install -U \
pip \
setuptools \
wheel

setup(
name=__slug__,
version=__version__,
Expand Down

0 comments on commit 7057675

Please sign in to comment.