From 700652c864fd19100c676dd6e6003c5c27fc34ae Mon Sep 17 00:00:00 2001 From: Raj Sutariya <24690778+raj-sutariya@users.noreply.github.com> Date: Tue, 16 Apr 2024 04:02:06 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4f0398f..11ec5dd 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ exec(code_obj, __version__) version = __version__["__version__"] -with open("README.rst", "r", encoding="utf8") as readme_file: +with open("README.md", "r", encoding="utf8") as readme_file: long_description = readme_file.read() setup(