switch to symlink approach for packages

Needed to make building work from sdist and source directory.
This commit is contained in:
Sarah Hoffmann
2024-06-19 22:42:15 +02:00
parent a93ec09932
commit 1e88321371
15 changed files with 45 additions and 30 deletions

View File

@@ -9,7 +9,8 @@ Version information for the Nominatim core package.
"""
from typing import NamedTuple, Optional
NOMINATIM_CORE_VERSION = '4.4.99'
__version__ = '4.4.99'
NOMINATIM_CORE_VERSION = __version__
class NominatimVersion(NamedTuple):
""" Version information for Nominatim. We follow semantic versioning.