From 24c3b868e0ec1dd4ed1ff5380a82a87f406cee5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 5 Dec 2022 08:33:59 +0800 Subject: [PATCH] Fixed the README filename from README.md to README.rst in setup.py. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 892a743..5e9b8a2 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ # limitations under the License. import setuptools -with open("README.md", "r") as fh: +with open("README.rst", "r") as fh: long_description = fh.read() setuptools.setup(