From baa66ecf8cc89e37c39d2824ace9b327fdabfec5 Mon Sep 17 00:00:00 2001 From: "Vikrant Balyan (vvb)" Date: Mon, 8 Jul 2019 12:34:09 +0530 Subject: [PATCH] fixing the setup.py to pass twine check Signed-off-by: Vikrant Balyan (vvb) --- HISTORY.rst | 1 - setup.py | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index badfe888..1ebecef9 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -1,4 +1,3 @@ -======= History ======= diff --git a/setup.py b/setup.py index 150ac51c..ee2cfdaf 100644 --- a/setup.py +++ b/setup.py @@ -21,6 +21,7 @@ version='0.9.7', 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',