mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-09 19:59:57 +02:00
⚙ Migrate to pyproject.toml
This commit is contained in:
parent
187da054b0
commit
ae650f70a2
41 changed files with 11 additions and 13 deletions
|
@ -29,8 +29,8 @@ classifiers = [
|
|||
]
|
||||
|
||||
[project.scripts]
|
||||
mods4pandas="qurator.mods4pandas.mods4pandas:main"
|
||||
alto4pandas="qurator.mods4pandas.alto4pandas:main"
|
||||
mods4pandas="mods4pandas.mods4pandas:main"
|
||||
alto4pandas="mods4pandas.alto4pandas:main"
|
||||
|
||||
|
||||
[project.urls]
|
||||
|
@ -43,5 +43,4 @@ dependencies = {file = ["requirements.txt"]}
|
|||
optional-dependencies.dev = {file = ["requirements-dev.txt"]}
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["."]
|
||||
include = ["qurator"]
|
||||
where = ["src"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue