You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/11/21 17:34:03 UTC

[2/4] git commit: Switch from distutils to setuptools so we can use new wheel distribution package format.

Switch from distutils to setuptools so we can use new wheel distribution package
format.


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/5d18f3a4
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/5d18f3a4
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/5d18f3a4

Branch: refs/heads/trunk
Commit: 5d18f3a4ba4a379fd69233a49c189f7f9fc8bbce
Parents: 0efbe81
Author: Tomaz Muraus <to...@apache.org>
Authored: Thu Nov 21 17:27:19 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Thu Nov 21 17:27:19 2013 +0100

----------------------------------------------------------------------
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/5d18f3a4/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 3211f52..6a6fab6 100644
--- a/setup.py
+++ b/setup.py
@@ -16,7 +16,7 @@ import os
 import sys
 import doctest
 
-from distutils.core import setup
+from setuptools import setup
 from distutils.core import Command
 from unittest import TextTestRunner, TestLoader
 from glob import glob