This commit is contained in:
David Allemang
2026-06-11 14:06:57 -04:00
commit 84abd818bd
10 changed files with 378 additions and 0 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "wireless"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"mkdocs>=1.6.1",
"mkdocs-cinder>=1.2.0",
"nodejs-bin>=18.4.0a4",
]