From aa8777f521791e7df48d6ce17219a81025d208bd Mon Sep 17 00:00:00 2001 From: Ed Coen Date: Wed, 16 Nov 2022 16:42:42 -0600 Subject: [PATCH] Update setup.py Creating branch for PyPi --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 46d0c80a..a391047a 100644 --- a/setup.py +++ b/setup.py @@ -17,14 +17,13 @@ history = history_file.read() setup( - name='imcsdk', + name='imcsdk_ecoen66', version='0.9.12', description="python SDK for Cisco UCS IMC", long_description=readme + '\n\n' + history, long_description_content_type='text/x-rst', - author="Cisco Systems", - author_email='ucs-python@cisco.com', - url='https://github.com/ciscoucs/imcsdk', + author="Ed Coen", + url='https://github.com/ecoen66/imcsdk', packages=[ 'imcsdk', ],