|
|
@ -3,7 +3,6 @@ requires = ["setuptools>=61.0", "wheel", "setuptools-ocrd"]
|
|
|
|
|
|
|
|
|
|
|
|
[project]
|
|
|
|
[project]
|
|
|
|
name = "eynollah"
|
|
|
|
name = "eynollah"
|
|
|
|
version = "0.3.1"
|
|
|
|
|
|
|
|
authors = [
|
|
|
|
authors = [
|
|
|
|
{name = "Vahid Rezanezhad"},
|
|
|
|
{name = "Vahid Rezanezhad"},
|
|
|
|
{name = "Staatsbibliothek zu Berlin - Preußischer Kulturbesitz"},
|
|
|
|
{name = "Staatsbibliothek zu Berlin - Preußischer Kulturbesitz"},
|
|
|
@ -14,7 +13,7 @@ license.file = "LICENSE"
|
|
|
|
requires-python = ">=3.8"
|
|
|
|
requires-python = ">=3.8"
|
|
|
|
keywords = ["document layout analysis", "image segmentation"]
|
|
|
|
keywords = ["document layout analysis", "image segmentation"]
|
|
|
|
|
|
|
|
|
|
|
|
dynamic = ["dependencies"]
|
|
|
|
dynamic = ["dependencies", "version"]
|
|
|
|
|
|
|
|
|
|
|
|
classifiers = [
|
|
|
|
classifiers = [
|
|
|
|
"Development Status :: 4 - Beta",
|
|
|
|
"Development Status :: 4 - Beta",
|
|
|
@ -27,8 +26,8 @@ classifiers = [
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[project.scripts]
|
|
|
|
[project.scripts]
|
|
|
|
eynollah = "qurator.eynollah.cli:main"
|
|
|
|
eynollah = "eynollah.cli:main"
|
|
|
|
ocrd-eynollah-segment = "qurator.eynollah.ocrd_cli:main"
|
|
|
|
ocrd-eynollah-segment = "eynollah.ocrd_cli:main"
|
|
|
|
|
|
|
|
|
|
|
|
[project.urls]
|
|
|
|
[project.urls]
|
|
|
|
Homepage = "https://github.com/qurator-spk/eynollah"
|
|
|
|
Homepage = "https://github.com/qurator-spk/eynollah"
|
|
|
@ -38,7 +37,7 @@ Repository = "https://github.com/qurator-spk/eynollah.git"
|
|
|
|
dependencies = {file = ["requirements.txt"]}
|
|
|
|
dependencies = {file = ["requirements.txt"]}
|
|
|
|
|
|
|
|
|
|
|
|
[tool.setuptools.packages.find]
|
|
|
|
[tool.setuptools.packages.find]
|
|
|
|
where = ["qurator"]
|
|
|
|
where = ["src"]
|
|
|
|
|
|
|
|
|
|
|
|
[tool.setuptools.package-data]
|
|
|
|
[tool.setuptools.package-data]
|
|
|
|
"*" = ["*.json", '*.yml', '*.xml', '*.xsd']
|
|
|
|
"*" = ["*.json", '*.yml', '*.xml', '*.xsd']
|
|
|
|