-
Notifications
You must be signed in to change notification settings - Fork 8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fd15c1a
commit 59fbdf0
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]"}, | ||
|
@@ -66,3 +66,5 @@ packages = ["paddleocr"] | |
package-dir = { "paddleocr" = "" } | ||
include-package-data = true | ||
|
||
[tool.setuptools.dynamic] | ||
version = {file = "VERSION_NUMBER"} |