From b31e6680eb6e220d6de6d6a207ffec7503dfe5cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Caron?= Date: Mon, 1 Aug 2022 13:37:25 +0200 Subject: [PATCH] Temporary fix for https://github.com/pypa/pip/issues/11294 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b792b8a8..f2e25282 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,8 @@ authors = [ maintainers = [ {name = "Stéphane Caron", email = "stephane.caron@normalesup.org"}, ] -dynamic = ['version', 'description'] +dynamic = ["version"] +description = "Python inverse kinematics for articulated robot models, based on Pinocchio" requires-python = ">=3.7" classifiers = [ "Development Status :: 4 - Beta",