diff options
author | Barry Warsaw <barry@debian.org> | 2015-10-08 13:19:49 -0700 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-22 14:20:52 +0000 |
commit | 8cbae66e2b04e31a7d8f96f646eb2a758234e46e (patch) | |
tree | 034b38874473bacc0937f704acd920fef226e387 | |
parent | 3bc2dc494dd62e4a86e625dd3b5cb14880d3d268 (diff) | |
download | python-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.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #!/usr/bin/env python -from distutils.core import setup +from setuptools import setup import os import re |