3 version = "4.5.0.post6"
4 description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Database backend."
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 "psycopg[binary]==3.2.3",
20 "python-dotenv==1.0.1",
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_db/version.py"
41 pattern = "NOMINATIM_VERSION = parse_version.'(?P<version>[^-]+)"
43 [tool.hatch.build.targets.sdist]
50 "extra_src/nominatim_db/paths.py"
54 "data/country_osm_grid.sql.gz"
58 "src/nominatim_db/paths.py"
61 [tool.hatch.build.targets.wheel]
62 packages = ["src/nominatim_db"]
64 [tool.hatch.build.targets.wheel.shared-scripts]
67 [tool.hatch.build.targets.wheel.force-include]
68 "lib-sql" = "nominatim_db/resources/lib-sql"
69 "settings" = "nominatim_db/resources/settings"
70 "data/country_osm_grid.sql.gz" = "nominatim_db/resources/country_osm_grid.sql.gz"
71 "data/words.sql" = "nominatim_db/resources/words.sql"
72 "extra_src/nominatim_db/paths.py" = "nominatim_db/paths.py"