Name of the client and the package are different

pull/129/head
Konstantin Gründger 2025-04-19 13:25:38 +02:00
rodzic b563d1c691
commit 3d2cb74f15
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580
APRS_APP_NAME = 'python-ogn-client'
try:
PACKAGE_VERSION = importlib.metadata.version(APRS_APP_NAME)
PACKAGE_VERSION = importlib.metadata.version('ogn-client')
except importlib.metadata.PackageNotFoundError:
PACKAGE_VERSION = '0.0.0'