improve+extend makefile

This commit is contained in:
Robert Sachunsky 2025-03-31 14:13:16 +02:00
parent 46618f4229
commit 09248d4829
2 changed files with 36 additions and 17 deletions

View file

@ -40,6 +40,7 @@ Repository = "https://github.com/qurator-spk/eynollah.git"
[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}
optional-dependencies.test = {file = ["requirements-test.txt"]}
[tool.setuptools.packages.find]
where = ["src"]