summarylogtreecommitdiffstats
path: root/pyproject.toml.patch
blob: b9239dbdbfc714e40571c572f9f52eb098f8555d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- a/pyproject.toml	2026-06-18 16:02:34.692772070 -0400
+++ b/pyproject.toml	2026-06-18 16:03:23.963705999 -0400
@@ -2,13 +2,13 @@
 requires = [
     "setuptools>=77",
     "wheel",
-    "setuptools-scm>=8",
 ]
 build-backend = "setuptools.build_meta"
 
 [project]
 name = "rapidocr"
-dynamic = ["version", "dependencies"]
+dynamic = ["dependencies"]
+version = VERSION_NUM
 description = "Awesome OCR Library"
 readme = { file = "README.md", content-type = "text/markdown" }
 requires-python = ">=3.8,<4"