add packaging for the different subprojects

This commit is contained in:
Sarah Hoffmann
2024-06-06 18:08:56 +02:00
parent 75abf237a6
commit 6511821001
10 changed files with 240 additions and 62 deletions

View File

@@ -0,0 +1,5 @@
#!python3
from nominatim_db import cli
exit(cli.nominatim(module_dir=None, osm2pgsql_path=None))