完成py_plan.md
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user