1
0
Files

15 lines
326 B
TOML
Raw Permalink Normal View History

[project]
name = "pybmap"
version = "0.4.0"
description = "The Python binding to BMap."
readme = "README.md"
2026-02-09 16:38:53 +08:00
license = "MIT"
2026-02-08 11:38:48 +08:00
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"