aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@debian.org>2015-10-08 13:19:49 -0700
committerChristopher Baines <mail@cbaines.net>2015-12-22 14:12:58 +0000
commit32579d35274ade2e68935bb21263b4dc63910ad6 (patch)
treeae20789ff0c0f590fb64b1b059a78dd217eb6bf8
parent27ce208c67f4041e8c7e9867236609e522cf06cb (diff)
downloadpython-urllib3-32579d35274ade2e68935bb21263b4dc63910ad6.tar
python-urllib3-32579d35274ade2e68935bb21263b4dc63910ad6.tar.gz
Use setuptools.setup() so that the bdist_wheel
command will work. Last-Update: 2014-05-15 Patch-Name: 03_force_setuptools.patch
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0a2dac3..02d5ec6 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
-from distutils.core import setup
+from setuptools import setup
import os
import re