From bb94e112ac384c8a3489767343f45a8ec3d5dc5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Caron?= Date: Fri, 29 Jul 2022 16:10:56 +0200 Subject: [PATCH] Revert "Temporary fix for https://github.com/pypa/pip/issues/11294" This reverts commit df6f44b9046c21ee8f90e8f947a64401bce01153. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",