From aa3e648b75f75f128373d43a5ac03e24cdf36cec Mon Sep 17 00:00:00 2001 From: Fanwang Meng Date: Tue, 5 Nov 2024 22:48:19 -0500 Subject: [PATCH] Fix short description --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6028a1d..a459cf2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta" [project] # https://packaging.python.org/en/latest/specifications/declaring-project-metadata/ name = "qc-BFit" -description = "Subset selection with maximum diversity." +description = "Fitting a convex sum of Gaussian functions to any probability distribution." readme = {file = 'README.md', content-type='text/markdown'} requires-python = ">=3.9" # "LICENSE" is name of the license file, which must be in root of project folder