From 57e79af270e08f6cbe2d053b4f026c4cc3eb9ecb Mon Sep 17 00:00:00 2001 From: Var <94229714+VarMonke@users.noreply.github.com> Date: Tue, 3 May 2022 16:36:57 +0530 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7b06def..ae36735 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages = [ ] readme = '' -with open('README.md') as f: +with open('README.rst') as f: readme = f.read() extras_require = {