diff options
author | Barry Warsaw <barry@debian.org> | 2015-10-08 13:19:49 -0700 |
---|---|---|
committer | SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | 2015-10-08 13:19:49 -0700 |
commit | dc99fcbaf17c2d80172632cfcee0ed47762b9ccd (patch) | |
tree | 9fa2a3cf32fb933df1ffae00adbe618f523d1564 | |
parent | 9cd0feeb36e835dbc9f394befd32e02ec1ce6841 (diff) | |
download | python-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.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 |