2
0
mirror of https://opendev.org/x/pyghmi synced 2025-07-25 05:31:11 +00:00

fix setup to include the private parts of the project

This commit is contained in:
Jarrod Johnson
2013-06-28 10:35:41 -04:00
parent 0a01fe446d
commit 7eec73261d

View File

@@ -3,11 +3,11 @@
from setuptools import setup
setup(name='python-ipmi',
version='0.1.10',
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'],
packages=['ipmi','ipmi.private'],
)