Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Liyulingyue authored Apr 28, 2024
1 parent fd15c1a commit 59fbdf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "paddleocr"
# After each version release, the version number needs to be incremented
version = "2.8.0"
dynamic = ["version"]
description = "Awesome OCR toolkits based on PaddlePaddle(8.6M ultra-lightweight pre-trained model, support training and deployment among server, mobile, embedded and IoT devices)"
authors = [
{name = "PaddlePaddle", email = "[email protected]"},
Expand Down Expand Up @@ -66,3 +66,5 @@ packages = ["paddleocr"]
package-dir = { "paddleocr" = "" }
include-package-data = true

[tool.setuptools.dynamic]
version = {file = "VERSION_NUMBER"}

0 comments on commit 59fbdf0

Please sign in to comment.