]> git.openstreetmap.org Git - nominatim.git/commit
add Python package configuration
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 13 May 2024 22:05:36 +0000 (00:05 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 26 Jun 2024 09:52:47 +0000 (11:52 +0200)
commit0fb4fe8e4df63fd09704ca0752ed4248dab11ecd
tree0defa397c238b51daf49bf8e14bf354461578650
parentb0067a0345c2ab7793614925d6150141ef5f18f0
add Python package configuration

The global configuration builds one large package.
.gitignore
nominatim/__main__.py [new file with mode: 0644]
nominatim/config.py
nominatim/tools/exec_utils.py
nominatim/version.py
pyproject.toml [new file with mode: 0644]
wheel_build/nominatim/paths.py [new file with mode: 0644]
wheel_build/shared/scripts/nominatim [new file with mode: 0755]