Files
2026-06-03 11:12:02 +02:00

14 lines
467 B
TOML

[environment]
# Galaxy's sources live in lib/ (not the conventional ./ or ./src/) and the
# project is not installed into the venv (uv `package = false`), so tools
# need to be told where first-party modules are. `test` is also a root so
# relative imports in the test suite (e.g. `from ..util import ...`) resolve.
root = ["lib", "test"]
[src]
include = ["lib", "test"]
exclude = [
"lib/tool_shed/test/test_data/repos",
"test/functional/tools/cwl_tools",
]