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",