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",
25 Homepage = "https://nominatim.org"
26 Issues = "https://github.com/osm-search/Nominatim/issues"
29 requires = ["hatchling"]
30 build-backend = "hatchling.build"
33 path = "src/nominatim_db/version.py"
34 pattern = "NOMINATIM_VERSION = parse_version.'(?P<version>[^-]+)"
36 [tool.hatch.build.targets.sdist]
37 include = ["src/nominatim_db", "scripts"]
39 [tool.hatch.build.targets.wheel]
40 packages = ["src/nominatim_db"]
42 [tool.hatch.build.targets.wheel.shared-scripts]