diff -Nur time_machine-2.17.0.old/pyproject.toml time_machine-2.17.0.new/pyproject.toml
--- time_machine-2.17.0.old/pyproject.toml 2025年08月08日 12:18:23.116272907 +0800
+++ time_machine-2.17.0.new/pyproject.toml 2025年08月08日 12:22:27.145790848 +0800
@@ -19,8 +19,7 @@
"time",
"warp",
]
-license = "MIT"
-license-files = [ "LICENSE" ]
+license = {text = "MIT"}
authors = [
{ name = "Adam Johnson", email = "me@adamj.eu" },
]
@@ -37,7 +36,6 @@
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
- "Programming Language :: Python :: 3.14",
"Typing :: Typed",
]
dependencies = [