Исключение тестов из сборки Wheel

This commit is contained in:
2026-07-11 23:15:44 +03:00
parent 7dfd4a242b
commit b816a7766a

View File

@@ -33,6 +33,7 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["net"]
exclude = ["net/**/tests"]
# ---- НАСТРОЙКА ДЛЯ ПУБЛИКАЦИИ В GITEA ----