diff '--color=auto' -ur subliminal-2.3.0.orig/pyproject.toml subliminal-2.3.0/pyproject.toml
--- subliminal-2.3.0.orig/pyproject.toml	2025-04-29 22:28:55.000000000 +0200
+++ subliminal-2.3.0/pyproject.toml	2025-04-30 01:01:15.640948340 +0200
@@ -7,6 +7,7 @@
 [project]
 name = "subliminal"
 description = "Subtitles, faster than your thoughts"
+version =
 requires-python = ">=3.9"
 readme = "README.rst"
 license = { text = "MIT" }
@@ -32,7 +33,6 @@
     "Topic :: Software Development :: Libraries :: Python Modules",
     "Topic :: Multimedia :: Video",
 ]
-dynamic = ["version"]
 dependencies = [
     "babelfish>=0.6.1",
     "beautifulsoup4>=4.4.0",
@@ -123,10 +123,6 @@
 tvsubtitles = "subliminal.converters.tvsubtitles:TVsubtitlesConverter"
 
 
-[tool.hatch.version]
-source = "vcs"
-
-
 # https://docs.pytest.org/en/6.2.x/customize.html
 [tool.pytest.ini_options]
 minversion = "6.0"
