From 05e6d3538956b543dad3471f92ab1c4c4049caab Mon Sep 17 00:00:00 2001 From: Vishal Jaishankar <30893603+VishalJaishankar@users.noreply.github.com> Date: Wed, 15 Nov 2023 12:43:36 +0530 Subject: [PATCH] removed appending history in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e3839b78..36b6417b 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ name='bingads', version=VERSION, description='A library to make working with the Bing Ads APIs and bulk services easy', - long_description=readme + '\n\n' + history, + long_description=readme, long_description_content_type ='text/x-rst', author='Bing Ads SDK Team', author_email='bing_ads_sdk@microsoft.com',