From 7a8c6ffb49bf515cc481b75dc273e3b3ad9cbce0 Mon Sep 17 00:00:00 2001 From: Yuting Ning <48355377+nnnyt@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:08:33 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 663f390..c0471f5 100644 --- a/setup.py +++ b/setup.py @@ -19,5 +19,5 @@ classifiers=[ "Programming Language :: Python :: 3", ], - long_description=open('README.md').read() + long_description=open('README.md').read(), )