Add UK bus stop finder
This commit is contained in:
parent
977008d6bd
commit
a2e4292b46
12 changed files with 1569 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue