Add UK bus stop finder

This commit is contained in:
Edward Betts 2026-08-15 11:35:36 +01:00
parent 977008d6bd
commit a2e4292b46
12 changed files with 1569 additions and 0 deletions

View file

@ -20,6 +20,7 @@ web = [
]
dev = [
"mypy",
"playwright",
"pytest",
"responses",
"types-requests",
@ -28,6 +29,10 @@ dev = [
[project.scripts]
osm-pt-geojson = "osm_geojson.pt.cli:cli"
uk-bus-stops = "uk_bus_stops.app:main"
[tool.setuptools.packages.find]
where = ["src"]
[tool.setuptools.package-data]
uk_bus_stops = ["templates/*.html", "static/*.css", "static/*.js"]