-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use setuptools-scm extracts PaddleOCR versions (#13716)
* use setuptools-scm extracts PaddleOCR versions * fix bug
- Loading branch information
Showing
3 changed files
with
25 additions
and
14 deletions.
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 |
---|---|---|
@@ -1,10 +1,22 @@ | ||
include LICENSE | ||
include README.md | ||
|
||
recursive-include ppocr/utils *.* | ||
recursive-include ppocr/data *.py | ||
recursive-include ppocr/postprocess *.py | ||
recursive-include tools/infer *.py | ||
recursive-include tools __init__.py | ||
recursive-include ppocr/utils/e2e_utils *.py | ||
recursive-include ppstructure *.py | ||
prune .github | ||
prune applications | ||
prune benchmark | ||
prune configs | ||
prune deploy | ||
prune doc | ||
prune docs | ||
prune overrides | ||
prune ppocr/ext_op | ||
prune ppocr/losses | ||
prune ppocr/metrics | ||
prune ppocr/modeling | ||
prune ppocr/optimizer | ||
prune ppstructure/docs | ||
prune test_tipc | ||
prune tests | ||
exclude .clang_format.hook | ||
exclude .gitignore | ||
exclude .pre-commit-config.yaml | ||
exclude .style.yapf | ||
exclude mkdocs.yml | ||
exclude train.sh |
This file was deleted.
Oops, something went wrong.
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