diff --git a/pyproject.toml b/pyproject.toml index 277434f1..48e35d9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,7 @@ authors = [ maintainers = [ {name = "Stéphane Caron", email = "stephane.caron@normalesup.org"}, ] -dynamic = ["version"] -description = "Quadratic programming solvers in Python with a unified API" +dynamic = ['version', 'description'] requires-python = ">=3.7" classifiers = [ "Development Status :: 5 - Production/Stable",