2
0
mirror of https://opendev.org/x/pyghmi synced 2026-01-12 03:02:33 +00:00
Files
pyghmi/setup.py
2013-06-28 10:35:41 -04:00

14 lines
341 B
Python

#!/usr/bin/env python
from setuptools import setup
setup(name='python-ipmi',
version='0.1.11',
description='Python IPMI implementation',
author='Jarrod Johnson',
author_email='jbjohnso@us.ibm.com',
url='http://xcat.sf.net/',
install_requires=['pycrypto'],
packages=['ipmi','ipmi.private'],
)