mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
update pyproject.toml
This commit is contained in:
parent
f0e7f75499
commit
23ac58405c
1 changed files with 12 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=61.0", "setuptools-ocrd"]
|
requires = ["setuptools>=61.0", "wheel", "setuptools-ocrd"]
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "eynollah"
|
name = "eynollah"
|
||||||
|
@ -30,9 +30,20 @@ classifiers = [
|
||||||
eynollah = "eynollah.eynollah.cli:main"
|
eynollah = "eynollah.eynollah.cli:main"
|
||||||
ocrd-eynollah-segment = "eynollah.eynollah.ocrd_cli:main"
|
ocrd-eynollah-segment = "eynollah.eynollah.ocrd_cli:main"
|
||||||
|
|
||||||
|
[project.readme]
|
||||||
|
file = "README.md"
|
||||||
|
content-type = "text/markdown"
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/qurator-spk/eynollah"
|
Homepage = "https://github.com/qurator-spk/eynollah"
|
||||||
Repository = "https://github.com/qurator-spk/eynollah.git"
|
Repository = "https://github.com/qurator-spk/eynollah.git"
|
||||||
|
|
||||||
[tool.setuptools.dynamic]
|
[tool.setuptools.dynamic]
|
||||||
dependencies = {file = ["requirements.txt"]}
|
dependencies = {file = ["requirements.txt"]}
|
||||||
|
|
||||||
|
[tool.setuptools.packages.find]
|
||||||
|
where = ["src"]
|
||||||
|
namespaces = false
|
||||||
|
|
||||||
|
[tool.setuptools.package-data]
|
||||||
|
"*" = ["*.json", '*.yml', '*.xml', '*.xsd']
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue