1
0

refactor: restore pybmap with new layout

This commit is contained in:
2026-02-08 10:52:53 +08:00
parent 11d2e5116b
commit 80929039cc
11 changed files with 2291 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[project]
name = "pybmap"
version = "0.4.0"
description = "The Python binding to BMap."
readme = "README.md"
authors = [
{ name = "yyc12345" }
]
classifiers = ["Private :: Do Not Upload"]
requires-python = ">=3.11"
dependencies = []
[build-system]
requires = ["uv_build>=0.8.0,<0.9"]
build-backend = "uv_build"