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-10 03:15:33 +0200
commitf3ff91a4a00160a0e1afcaa7cd79219cd851bccd (patch)
treec7d75a55144c8d428f6261ff5084168ca8ad7077
parent9e59bf6b30776302e6ccd960331a91d073f6a0c3 (diff)
downloadpython-urllib3-f3ff91a4a00160a0e1afcaa7cd79219cd851bccd.tar
python-urllib3-f3ff91a4a00160a0e1afcaa7cd79219cd851bccd.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