comparison libervia/backend/core/constants.py @ 4079:10b6ad569157

version: use standard Python's `dev0` instead of Libervia specific `D` for dev version
author Goffi <goffi@goffi.org>
date Tue, 06 Jun 2023 12:41:53 +0200
parents 4b842c1fb686
children 8e5333f1b430
comparison
equal deleted inserted replaced
4078:15055a00162c 4079:10b6ad569157
34 APP_NAME_ALT = "Libervia" 34 APP_NAME_ALT = "Libervia"
35 APP_NAME_FILE = "libervia" 35 APP_NAME_FILE = "libervia"
36 APP_NAME_FULL = f"{APP_NAME} ({APP_COMPONENT})" 36 APP_NAME_FULL = f"{APP_NAME} ({APP_COMPONENT})"
37 APP_VERSION = ( 37 APP_VERSION = (
38 backend.__version__ 38 backend.__version__
39 ) # Please add 'D' at the end of version in sat/VERSION for dev versions 39 )
40 APP_RELEASE_NAME = "La Ruche" 40 APP_RELEASE_NAME = "La Ruche"
41 APP_URL = "https://libervia.org" 41 APP_URL = "https://libervia.org"
42 42
43 ## Runtime ## 43 ## Runtime ##
44 PLUGIN_EXT = "py" 44 PLUGIN_EXT = "py"