From a3e117a6cb183da1cf5c1393abd957df4997e954 Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Sat, 7 Sep 2024 16:59:28 -0400 Subject: [PATCH] Update README.md in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4b71cc9e..a77b929e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ name = "qc-selector" description = "Subset selection with maximum diversity." -readme = "README.md" +readme = {file = 'README.md', content-type='text/markdown'} #requires-python = ">=3.9,<4.0" requires-python = ">=3.9" # "LICENSE" is name of the license file, which must be in root of project folder