3 description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Search library."
5 requires-python = ">=3.7"
6 license = 'GPL-3.0-or-later'
8 { name = "Sarah Hoffmann", email = "lonvia@denofr.de" },
9 { name = "Marc Tobias", email = "mtmail-cpan@gmx.net" }
11 keywords = [ "geocoding", "OpenStreetMap", "search" ]
13 "Programming Language :: Python :: 3",
14 "License :: OSI Approved :: GNU General Public License (GPL)",
15 "Operating System :: OS Independent",
27 Homepage = "https://nominatim.org"
28 Documentation = "https://nominatim.org/release-docs/latest/"
29 Issues = "https://github.com/osm-search/Nominatim/issues"
30 Repository = "https://github.com/osm-search/Nominatim"
33 requires = ["hatchling"]
34 build-backend = "hatchling.build"
37 path = "src/nominatim_api/version.py"
38 pattern = "NOMINATIM_API_VERSION = '(?P<version>[^']+)'"
40 [tool.hatch.build.targets.sdist]
43 "src/nominatim_db/config.py",
49 "src/nominatim_api/config.py"
52 [tool.hatch.build.targets.wheel]
53 packages = ["src/nominatim_api"]
55 [tool.hatch.build.targets.wheel.force-include]
56 "src/nominatim_db/config.py" = "nominatim_api/config.py"
57 "extra_src/paths.py" = "nominatim_api/paths.py"
58 "settings" = "nominatim_api/resources/settings"