Skip to content

Commit

Permalink
pyproject.toml may work for ocrd
Browse files Browse the repository at this point in the history
  • Loading branch information
vahidrezanezhad committed Aug 14, 2024
1 parent 53fd5fb commit 4c50479
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "eynollah"
version = "1.2.3"
version = "0.1.0"



Expand All @@ -23,8 +23,12 @@ dependencies = [

[project.scripts]
eynollah = "qurator.eynollah.cli:main"
ocrd-eynollah-segment="qurator.eynollah.ocrd_cli:main"


[tool.setuptools.packages.find]
where = ["."]
include = ["qurator"]

[tool.setuptools.package-data]
"*" = ["*.json", '*.yml', '*.xml', '*.xsd']

0 comments on commit 4c50479

Please sign in to comment.