[project]
name = "task_allocation"
version = "0.1.0"
description = "농기계 용량을 고려해 작업구역을 예상 완료시간이 최소가 되도록 배분합니다."
requires-python = ">=3.11"

[tool.unittest]
test-path = "tests"
