3 version = "4.5.0.post6"
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",
19 "python-dotenv==1.0.1",
22 "psycopg[binary]==3.2.3",
30 Homepage = "https://nominatim.org"
31 Documentation = "https://nominatim.org/release-docs/latest/"
32 Issues = "https://github.com/osm-search/Nominatim/issues"
33 Repository = "https://github.com/osm-search/Nominatim"
36 requires = ["hatchling"]
37 build-backend = "hatchling.build"
40 path = "src/nominatim_api/version.py"
41 pattern = "NOMINATIM_API_VERSION = '(?P<version>[^']+)'"
43 [tool.hatch.build.targets.sdist]
46 "src/nominatim_db/config.py",
52 "src/nominatim_api/config.py"
55 [tool.hatch.build.targets.wheel]
56 packages = ["src/nominatim_api"]
58 [tool.hatch.build.targets.wheel.force-include]
59 "src/nominatim_db/config.py" = "nominatim_api/config.py"
60 "extra_src/paths.py" = "nominatim_api/paths.py"
61 "settings" = "nominatim_api/resources/settings"