1
0
Fork 0
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:
Mike Gerber 2024-07-25 13:20:18 +02:00
parent 187da054b0
commit ae650f70a2
41 changed files with 11 additions and 13 deletions

View file

@ -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"]