15 lines
326 B
TOML
15 lines
326 B
TOML
[project]
|
|
name = "pybmap"
|
|
version = "0.4.0"
|
|
description = "The Python binding to BMap."
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
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"
|