kopia lustrzana https://github.com/glidernet/python-ogn-client
Name of the client and the package are different
rodzic
b563d1c691
commit
3d2cb74f15
|
@ -7,7 +7,7 @@ APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = 14580
|
||||||
APRS_APP_NAME = 'python-ogn-client'
|
APRS_APP_NAME = 'python-ogn-client'
|
||||||
|
|
||||||
try:
|
try:
|
||||||
PACKAGE_VERSION = importlib.metadata.version(APRS_APP_NAME)
|
PACKAGE_VERSION = importlib.metadata.version('ogn-client')
|
||||||
except importlib.metadata.PackageNotFoundError:
|
except importlib.metadata.PackageNotFoundError:
|
||||||
PACKAGE_VERSION = '0.0.0'
|
PACKAGE_VERSION = '0.0.0'
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue