diff --git a/setup.py b/setup.py index b7c30327..aa0fa41d 100644 --- a/setup.py +++ b/setup.py @@ -199,8 +199,6 @@ def initialize_options(self): def finalize_options(self): pass def run(self): - SnapPyBuildWheel.check_command_available() - python = sys.executable check_call([python, 'setup.py', 'bdist_wheel']) egginfo = 'snappy.egg-info'