3 version = "4.5.0.post8"
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]
51 "extra_src/nominatim_db/paths.py"
55 "data/country_osm_grid.sql.gz"
59 "src/nominatim_db/paths.py"
62 [tool.hatch.build.targets.wheel]
63 packages = ["src/nominatim_db"]
65 [tool.hatch.build.targets.wheel.shared-scripts]
68 [tool.hatch.build.targets.wheel.force-include]
69 "lib-sql" = "nominatim_db/resources/lib-sql"
70 "lib-lua" = "nominatim_db/resources/lib-lua"
71 "settings" = "nominatim_db/resources/settings"
72 "data/country_osm_grid.sql.gz" = "nominatim_db/resources/country_osm_grid.sql.gz"
73 "data/words.sql" = "nominatim_db/resources/words.sql"
74 "extra_src/nominatim_db/paths.py" = "nominatim_db/paths.py"