aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw <barry@debian.org>2015-10-08 13:19:49 -0700
committerDaniele Tricoli <eriol@mornie.org>2015-10-09 23:17:44 +0200
commita89ef67cc90bdfc8d4832cdd07baed149bdffd88 (patch)
treec609ed4afe9ce44f99c968d1dc87ff492657fa14
parentf27a60baa815150ce224d1be75464c46d987f749 (diff)
downloadpython-urllib3-a89ef67cc90bdfc8d4832cdd07baed149bdffd88.tar
python-urllib3-a89ef67cc90bdfc8d4832cdd07baed149bdffd88.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