Move to uv project type

This commit is contained in:
2026-02-08 12:58:36 +09:00
parent e4e98b4f74
commit ea6725f833
9 changed files with 23 additions and 14 deletions
+8
View File
@@ -9,6 +9,14 @@ dependencies = [
"requests>=2.32.5",
]
[project.scripts]
reverse-geolocate = "reverse_geolocate.reverse_geolocate:main"
[build-system]
requires = ["uv_build>=0.9.7,<0.10.0"]
build-backend = "uv_build"
# MARK: Python linting
[tool.pyright]
typeCheckingMode = "strict"