2
0
mirror of https://opendev.org/x/pyghmi synced 2025-01-27 19:37:44 +00:00

Change to setuptools

This commit is contained in:
Jarrod Johnson 2013-06-28 10:12:57 -04:00
parent f0e36d8027
commit 284621feaf

View File

@ -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',