diff options
author | Barry Warsaw <barry@debian.org> | 2015-10-08 13:19:49 -0700 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2015-10-10 03:15:33 +0200 |
commit | f3ff91a4a00160a0e1afcaa7cd79219cd851bccd (patch) | |
tree | c7d75a55144c8d428f6261ff5084168ca8ad7077 | |
parent | 9e59bf6b30776302e6ccd960331a91d073f6a0c3 (diff) | |
download | python-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.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 |