3 description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Database backend."
5 requires-python = ">=3.7"
6 license = 'GPL-3.0-or-later'
8 { name = "Sarah Hoffmann", email = "lonvia@denofr.de" }
10 keywords = [ "geocoding", "OpenStreetMap", "search" ]
12 "Programming Language :: Python :: 3",
13 "License :: OSI Approved :: GNU General Public License (GPL)",
14 "Operating System :: OS Independent",
28 Homepage = "https://nominatim.org"
29 Documentation = "https://nominatim.org/release-docs/latest/"
30 Issues = "https://github.com/osm-search/Nominatim/issues"
31 Repository = "https://github.com/osm-search/Nominatim"
34 requires = ["hatchling"]
35 build-backend = "hatchling.build"
38 path = "src/nominatim_db/version.py"
39 pattern = "NOMINATIM_VERSION = parse_version.'(?P<version>[^-]+)"
41 [tool.hatch.build.targets.sdist]
48 "extra_src/nominatim_db/paths.py"
52 "data/country_osm_grid.sql.gz"
56 "src/nominatim_db/paths.py"
59 [tool.hatch.build.targets.wheel]
60 packages = ["src/nominatim_db"]
62 [tool.hatch.build.targets.wheel.shared-scripts]
65 [tool.hatch.build.targets.wheel.force-include]
66 "lib-sql" = "nominatim_db/resources/lib-sql"
67 "settings" = "nominatim_db/resources/settings"
68 "data/country_osm_grid.sql.gz" = "nominatim_db/resources/country_osm_grid.sql.gz"
69 "data/words.sql" = "nominatim_db/resources/words.sql"
70 "extra_src/nominatim_db/paths.py" = "nominatim_db/paths.py"