From 91fc697fd67c66a967b4ab03b9a16a3d938e4b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Caron?= Date: Fri, 29 Jul 2022 16:17:10 +0200 Subject: [PATCH] Revert "Temporary fix for https://github.com/pypa/pip/issues/11294" This reverts commit 380fdf23815777e1e361700a4c1dc4f3350c2515. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bad7b33..c8d0363 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,8 +12,7 @@ authors = [ maintainers = [ {name = "Stéphane Caron", email = "stephane.caron@normalesup.org"}, ] -dynamic = ["version"] -description = "Loop frequency regulation for asyncio" +dynamic = ['version', 'description'] requires-python = ">=3.7" classifiers = [ "Development Status :: 5 - Production/Stable",