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:20:52 +0000
commit8cbae66e2b04e31a7d8f96f646eb2a758234e46e (patch)
tree034b38874473bacc0937f704acd920fef226e387
parent3bc2dc494dd62e4a86e625dd3b5cb14880d3d268 (diff)
downloadpython-urllib3-8cbae66e2b04e31a7d8f96f646eb2a758234e46e.tar
python-urllib3-8cbae66e2b04e31a7d8f96f646eb2a758234e46e.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