mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
switch from qurator namespace to src-layout
This commit is contained in:
parent
9367f86483
commit
84b844203d
27 changed files with 15 additions and 15 deletions
|
@ -26,8 +26,8 @@ classifiers = [
|
|||
]
|
||||
|
||||
[project.scripts]
|
||||
eynollah = "qurator.eynollah.cli:main"
|
||||
ocrd-eynollah-segment = "qurator.eynollah.ocrd_cli:main"
|
||||
eynollah = "eynollah.cli:main"
|
||||
ocrd-eynollah-segment = "eynollah.ocrd_cli:main"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/qurator-spk/eynollah"
|
||||
|
@ -37,7 +37,7 @@ Repository = "https://github.com/qurator-spk/eynollah.git"
|
|||
dependencies = {file = ["requirements.txt"]}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["qurator"]
|
||||
where = ["src"]
|
||||
|
||||
[tool.setuptools.package-data]
|
||||
"*" = ["*.json", '*.yml', '*.xml', '*.xsd']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue