完成py_plan.md

This commit is contained in:
sinlatansen
2026-02-24 16:21:30 +08:00
parent 6c0526b2ef
commit 375febb4c0
21 changed files with 2041 additions and 4 deletions

View File

@@ -1,7 +1,13 @@
[project]
name = "lora-route-py"
version = "0.1.0"
description = "Add your description here"
description = "LoRa Route Simulation - SimPy-based discrete event simulation"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"simpy>=4.0.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"