Skip to content

Commit 4ab9a11

Browse files
authored
Fix short description (#41)
1 parent dd78a46 commit 4ab9a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build-backend = "setuptools.build_meta"
1313
[project]
1414
# https://packaging.python.org/en/latest/specifications/declaring-project-metadata/
1515
name = "qc-BFit"
16-
description = "Subset selection with maximum diversity."
16+
description = "Fitting a convex sum of Gaussian functions to any probability distribution."
1717
readme = {file = 'README.md', content-type='text/markdown'}
1818
requires-python = ">=3.9"
1919
# "LICENSE" is name of the license file, which must be in root of project folder

0 commit comments

Comments
 (0)