mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-08 19:59:56 +02:00
pyproject.toml may work for ocrd
This commit is contained in:
parent
53fd5fb2a5
commit
4c50479cb8
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "eynollah"
|
name = "eynollah"
|
||||||
version = "1.2.3"
|
version = "0.1.0"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,8 +23,12 @@ dependencies = [
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
eynollah = "qurator.eynollah.cli:main"
|
eynollah = "qurator.eynollah.cli:main"
|
||||||
|
ocrd-eynollah-segment="qurator.eynollah.ocrd_cli:main"
|
||||||
|
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
where = ["."]
|
where = ["."]
|
||||||
include = ["qurator"]
|
include = ["qurator"]
|
||||||
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
"*" = ["*.json", '*.yml', '*.xml', '*.xsd']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue