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:12:58 +0000 |
commit | 32579d35274ade2e68935bb21263b4dc63910ad6 (patch) | |
tree | ae20789ff0c0f590fb64b1b059a78dd217eb6bf8 | |
parent | 27ce208c67f4041e8c7e9867236609e522cf06cb (diff) | |
download | python-urllib3-32579d35274ade2e68935bb21263b4dc63910ad6.tar python-urllib3-32579d35274ade2e68935bb21263b4dc63910ad6.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 |