Skip to content

Commit b93c51e

Browse files
author
imtapps
committed
Fix crazy install errors caused by setuptools
1 parent 48b0d70 commit b93c51e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

setup.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@
55
# Ensure setuptools is available
66
import sys
77

8-
try:
9-
from ez_setup import use_setuptools
10-
use_setuptools()
11-
except ImportError:
12-
# Try to use ez_setup, but if not, continue anyway. The import is known
13-
# to fail when installing from a tar.gz.
14-
print('Could not import ez_setup', file=sys.stderr)
15-
168
from setuptools import setup
179

1810
install_reqs = ['urllib3',

0 commit comments

Comments
 (0)