forked from hans/Nominatim
switch to symlink approach for packages
Needed to make building work from sdist and source directory.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user