2 name = "nominatim-core"
3 description = "A tool for building a database of OpenStreetMap for geocoding and for searching the database. Base package for common resources for the project."
5 requires-python = ">=3.7"
6 license = 'GPL-3.0-or-later'
8 { name = "Sarah Hoffmann", email = "lonvia@denofr.de" }
10 keywords = [ "geocoding", "OpenStreetMap", "search" ]
12 "Programming Language :: Python :: 3",
13 "License :: OSI Approved :: GNU General Public License (GPL)",
14 "Operating System :: OS Independent",
25 Homepage = "https://nominatim.org"
26 Issues = "https://github.com/osm-search/Nominatim/issues"
29 requires = ["hatchling"]
30 build-backend = "hatchling.build"
33 path = "../../src/nominatim_core/version.py"
34 pattern = "NOMINATIM_CORE_VERSION = '(?P<version>[^']+)'"
36 [tool.hatch.build.targets.sdist.force-include]
37 "../../src/nominatim_core" = "nominatim_core"
38 "../../lib-sql" = "nominatim_core/resources/lib-sql"
39 "../../settings" = "nominatim_core/resources/settings"
40 "../../data/country_osm_grid.sql.gz" = "nominatim_core/resources/country_osm_grid.sql.gz"
41 "../../data/words.sql" = "nominatim_core/resources/words.sql"
42 "src/nominatim_core/paths.py" = "nominatim_core/paths.py"
44 [tool.hatch.build.targets.sdist.sources]
45 "src/nominatim_core" = "nominatim_core"
47 [tool.hatch.build.targets.wheel]
48 packages = ["nominatim_core"]