Skip to content

Commit

Permalink
Fix bug (#54)
Browse files Browse the repository at this point in the history
* fix bug

* fix bug
  • Loading branch information
GreatV authored Aug 21, 2024
1 parent 124ee50 commit 44fd75f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
[build-system]
requires = ["setuptools >= 61.0"]
requires = ["setuptools >= 61.0", "setuptools_scm"]
build-backend = "setuptools.build_meta"

[project]
name = "PPOCRLabel"
version = "2.1.6"
dynamic = ["version"]
dependencies = [
"pyqt5",
"paddleocr",
"openpyxl",
"tqdm",
"premailer",
"pandas",
]
requires-python = ">= 3.9"
authors = [
Expand Down Expand Up @@ -40,3 +42,5 @@ PPOCRLabel = "PPOCRLabel.PPOCRLabel:main"
[tool.setuptools]
package-dir = {PPOCRLabel = ""}
package-data = {PPOCRLabel = ["libs/*", "resources/strings/*", "resources/icons/*"]}

[tool.setuptools_scm]

0 comments on commit 44fd75f

Please sign in to comment.