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