14 lines
291 B
TOML
14 lines
291 B
TOML
[project]
|
|
name = "lora-route-py"
|
|
version = "0.1.0"
|
|
description = "LoRa Route Simulation - SimPy-based discrete event simulation"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"simpy>=4.0.0",
|
|
]
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|