]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
pyproject.toml: Fix deprecations
authorZack Cerza <zack@cerza.org>
Mon, 8 Jun 2026 19:56:58 +0000 (13:56 -0600)
committerZack Cerza <zack@cerza.org>
Thu, 18 Jun 2026 00:17:43 +0000 (18:17 -0600)
Signed-off-by: Zack Cerza <zack@cerza.org>
pyproject.toml

index 4ffdf66242a47b62e5820346bcad7b0e4f68e478..240910514121585d5440a6c0d8b40abaf2719e19 100644 (file)
@@ -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",