From 7f92169ac5df1e92b07c8b5bd075f837ac70b161 Mon Sep 17 00:00:00 2001 From: Raul Cuza Date: Thu, 8 Dec 2011 17:29:33 -0500 Subject: Switch from distutils to setuptools --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9967b3800..410dc55a6 100755 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -from distutils.core import setup -from distutils.core import Command +from setuptools import setup +from setuptools import Command from fnmatch import fnmatch from glob import glob import os -- cgit v1.2.3-1-g7c22