From 284621feaf87505d01688331d91576b99f1bf5ab Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Fri, 28 Jun 2013 10:12:57 -0400 Subject: [PATCH] Change to setuptools --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index f22fb1e1..cbe1b38f 100644 --- a/setup.py +++ b/setup.py @@ -1,9 +1,9 @@ #!/usr/bin/env python -from distutils.core import setup +from setuptools import setup setup(name='python-ipmi', - version='0.1.8', + version='0.1.9', description='Python IPMI implementation', author='Jarrod Johnson', author_email='jbjohnso@us.ibm.com',