[Python-modules-commits] [python-urllib3] 06/10: Use setuptools.setup() so that the bdist_wheel

Daniele Tricoli eriol-guest at moszumanska.debian.org
Wed Dec 23 23:39:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository python-urllib3.

commit a3f9df1c55db089852db9dd233148e32beabaf32
Author: Barry Warsaw <barry at debian.org>
Date:   Thu Oct 8 13:19:49 2015 -0700

    Use setuptools.setup() so that the bdist_wheel
    
     command will work.
    Last-Update: 2014-05-15
    
    Patch-Name: 03_force_setuptools.patch
---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 0a2dac3..02d5ec6 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-urllib3.git



More information about the Python-modules-commits mailing list