From ebbf8c94e4e65550ea2b04e1ffadd8a1a4164b83 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 8 Aug 2013 14:28:40 -0400 Subject: [PATCH] Rename package from python-ipmi to pyghmi Some have expressed a concern that ipmi is both too generic a term and too limiting in scope. Change python-ipmi to pyghmi to more easily allow the project to be specifically be referenced and denote the likelihood of non-ipmi protocols being supported Change-Id: I9c96f2154050a2970fc217e0eeae733605a38bde --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 32ce7559..40464bd0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] -name = python-ipmi -summary = Python IPMI implementation +name = pyghmi +summary = Python General Hardware Management Initiative (IPMI and others) description-file = README author = Jarrod Johnson