From 0e93705e195bb6f23e79e7968ab65b7bae9d104d Mon Sep 17 00:00:00 2001 From: DorianCoding <108593662+DorianCoding@users.noreply.github.com> Date: Tue, 15 Oct 2024 13:17:52 +0200 Subject: [PATCH] Typo error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5c0faa4..ced49c6 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires = [ from os import path this_directory = path.abspath(path.dirname(__file__)) -with open(path.join(this_directory, "README.rst")) as f: +with open(path.join(this_directory, "README.md")) as f: long_description = f.read() setup(