From: Zack Cerza Date: Mon, 8 Jun 2026 19:56:58 +0000 (-0600) Subject: pyproject.toml: Fix deprecations X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2f7a4d8fb781928156b6baac4872d3ec2df3bd0c;p=teuthology.git pyproject.toml: Fix deprecations Signed-off-by: Zack Cerza --- diff --git a/pyproject.toml b/pyproject.toml index 4ffdf6624..240910514 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [ dynamic = ["version"] description = "Ceph test framework" readme = "README.rst" -license = {text = "MIT"} +license = "MIT" requires-python = ">=3.10" dependencies = [ "ansible-core==2.17.7", @@ -46,7 +46,6 @@ dependencies = [ keywords = ["teuthology", "test", "ceph", "cluster"] classifiers = [ "Intended Audience :: Developers", - "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3",