aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@debian.org>2015-10-08 13:19:49 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 13:19:49 -0700
commitdc99fcbaf17c2d80172632cfcee0ed47762b9ccd (patch)
tree9fa2a3cf32fb933df1ffae00adbe618f523d1564
parent9cd0feeb36e835dbc9f394befd32e02ec1ce6841 (diff)
downloadpython-urllib3-dc99fcbaf17c2d80172632cfcee0ed47762b9ccd.tar
python-urllib3-dc99fcbaf17c2d80172632cfcee0ed47762b9ccd.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 6bdb7b9..1e1888d 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