diff --git a/setup.py b/setup.py index 7531c523d..e0a8a4320 100644 --- a/setup.py +++ b/setup.py @@ -6,6 +6,7 @@ """ from setuptools import setup, find_packages from os import path +import wheel here = path.abspath(path.dirname(__file__)) @@ -15,11 +16,6 @@ exec(open("metadata.py").read()) -RUN pip install -U \ - pip \ - setuptools \ - wheel - setup( name=__slug__, version=__version__,