From 8841bb17ff17820bd036ee8d6a00035202b96cc9 Mon Sep 17 00:00:00 2001 From: Akshat Harit Date: Thu, 1 Aug 2024 12:48:50 -0700 Subject: [PATCH] Fix rst file --- HISTORY.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 366deec..d014f03 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -4,7 +4,7 @@ Release History =============== 1.0.0-alpha0 (2024-07-12) -+++++++++++++++++++ ++++++++++++++++++++++++++ * Use generic azure token credential for auth instead of custom lib.auth * Remove older Python support diff --git a/setup.py b/setup.py index 46bf26f..4d2507c 100644 --- a/setup.py +++ b/setup.py @@ -45,5 +45,6 @@ ], extras_require={ 'auth': ['azure-identity']}, long_description=readme + '\n\n' + history, + long_description_content_type="text/x-rst", zip_safe=False, )