This commit is contained in:
2025-11-01 10:01:56 +00:00
commit f3d61b9370
7 changed files with 583 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "met-office"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ruff>=0.14.3",
]