pyproject.toml supplemented

This commit is contained in:
Dinar 2026-04-08 01:00:25 +03:00
parent 6ced154124
commit b12c3faaea

View file

@ -37,3 +37,6 @@ target-version = "py311"
[tool.ruff.lint]
select = ["E", "F", "I", "UP", "B"]
[tool.setuptools]
packages = ["sdk", "core", "adapter"]