13 lines
259 B
TOML
13 lines
259 B
TOML
[project]
|
|
name = "openstreetmap_data"
|
|
version = "0.1.0"
|
|
readme = "README.md"
|
|
dependencies = ["requests", "rerun-sdk"]
|
|
|
|
[project.scripts]
|
|
openstreetmap_data = "openstreetmap_data:main"
|
|
|
|
[build-system]
|
|
requires = ["hatchling"]
|
|
build-backend = "hatchling.build"
|