Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -323,5 +323,8 @@ scraper/src/maps2zim/assets/mapbox-gl-rtl-text.js
# Zimui build dist
scraper/src/maps2zim/zimui/

# Main README.md copied by hatch when building project locally
scraper/README.md

# Yarn Berry local state
zimui/.yarn
4 changes: 2 additions & 2 deletions scraper/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@ build-backend = "hatchling.build"
name = "maps2zim"
requires-python = ">=3.14,<3.15"
description = "Make ZIM file with offline maps from Openstreetmap"
readme = "../README.md"
dependencies = [
"libzim>=3.9.0", # just to ensure we do not have compression issues anymore
"zimscraperlib==5.4.0",
"pydantic==2.13.4",
"schedule==1.2.2",
"shapely==2.1.2",
]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls"]
dynamic = ["authors", "classifiers", "keywords", "license", "version", "urls", "readme"]

[tool.hatch.metadata.hooks.openzim-metadata]
kind = "scraper"
additional-keywords = ["openstreetmap"]
readme = "../README.md"

[tool.hatch.build.hooks.openzim-build]

Expand Down
Loading